Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.GetIdentitySourceResponse
-
Packages that use GetIdentitySourceResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of GetIdentitySourceResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return GetIdentitySourceResponse Modifier and Type Method Description default GetIdentitySourceResponseVerifiedPermissionsClient. getIdentitySource(Consumer<GetIdentitySourceRequest.Builder> getIdentitySourceRequest)Retrieves the details about the specified identity source.default GetIdentitySourceResponseVerifiedPermissionsClient. getIdentitySource(GetIdentitySourceRequest getIdentitySourceRequest)Retrieves the details about the specified identity source.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type GetIdentitySourceResponse Modifier and Type Method Description default CompletableFuture<GetIdentitySourceResponse>VerifiedPermissionsAsyncClient. getIdentitySource(Consumer<GetIdentitySourceRequest.Builder> getIdentitySourceRequest)Retrieves the details about the specified identity source.default CompletableFuture<GetIdentitySourceResponse>VerifiedPermissionsAsyncClient. getIdentitySource(GetIdentitySourceRequest getIdentitySourceRequest)Retrieves the details about the specified identity source.
-