Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PutApplicationGrantResponse
-
Packages that use PutApplicationGrantResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of PutApplicationGrantResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return PutApplicationGrantResponse Modifier and Type Method Description default PutApplicationGrantResponseSsoAdminClient. putApplicationGrant(Consumer<PutApplicationGrantRequest.Builder> putApplicationGrantRequest)Adds a grant to an application.default PutApplicationGrantResponseSsoAdminClient. putApplicationGrant(PutApplicationGrantRequest putApplicationGrantRequest)Adds a grant to an application.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type PutApplicationGrantResponse Modifier and Type Method Description default CompletableFuture<PutApplicationGrantResponse>SsoAdminAsyncClient. putApplicationGrant(Consumer<PutApplicationGrantRequest.Builder> putApplicationGrantRequest)Adds a grant to an application.default CompletableFuture<PutApplicationGrantResponse>SsoAdminAsyncClient. putApplicationGrant(PutApplicationGrantRequest putApplicationGrantRequest)Adds a grant to an application.
-