Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.DeleteIdentitySourceResponse
-
Packages that use DeleteIdentitySourceResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of DeleteIdentitySourceResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return DeleteIdentitySourceResponse Modifier and Type Method Description default DeleteIdentitySourceResponseVerifiedPermissionsClient. deleteIdentitySource(Consumer<DeleteIdentitySourceRequest.Builder> deleteIdentitySourceRequest)Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.default DeleteIdentitySourceResponseVerifiedPermissionsClient. deleteIdentitySource(DeleteIdentitySourceRequest deleteIdentitySourceRequest)Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type DeleteIdentitySourceResponse Modifier and Type Method Description default CompletableFuture<DeleteIdentitySourceResponse>VerifiedPermissionsAsyncClient. deleteIdentitySource(Consumer<DeleteIdentitySourceRequest.Builder> deleteIdentitySourceRequest)Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.default CompletableFuture<DeleteIdentitySourceResponse>VerifiedPermissionsAsyncClient. deleteIdentitySource(DeleteIdentitySourceRequest deleteIdentitySourceRequest)Deletes an identity source that references an identity provider (IdP) such as Amazon Cognito.
-