Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GetApplicationGrantResponse
-
Packages that use GetApplicationGrantResponse 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 GetApplicationGrantResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return GetApplicationGrantResponse Modifier and Type Method Description default GetApplicationGrantResponseSsoAdminClient. getApplicationGrant(Consumer<GetApplicationGrantRequest.Builder> getApplicationGrantRequest)Retrieves details about an application grant.default GetApplicationGrantResponseSsoAdminClient. getApplicationGrant(GetApplicationGrantRequest getApplicationGrantRequest)Retrieves details about an application grant.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type GetApplicationGrantResponse Modifier and Type Method Description default CompletableFuture<GetApplicationGrantResponse>SsoAdminAsyncClient. getApplicationGrant(Consumer<GetApplicationGrantRequest.Builder> getApplicationGrantRequest)Retrieves details about an application grant.default CompletableFuture<GetApplicationGrantResponse>SsoAdminAsyncClient. getApplicationGrant(GetApplicationGrantRequest getApplicationGrantRequest)Retrieves details about an application grant.
-