Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.DeleteIdentityPoolResponse
-
Packages that use DeleteIdentityPoolResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of DeleteIdentityPoolResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return DeleteIdentityPoolResponse Modifier and Type Method Description default DeleteIdentityPoolResponseCognitoIdentityClient. deleteIdentityPool(Consumer<DeleteIdentityPoolRequest.Builder> deleteIdentityPoolRequest)Deletes an identity pool.default DeleteIdentityPoolResponseCognitoIdentityClient. deleteIdentityPool(DeleteIdentityPoolRequest deleteIdentityPoolRequest)Deletes an identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type DeleteIdentityPoolResponse Modifier and Type Method Description default CompletableFuture<DeleteIdentityPoolResponse>CognitoIdentityAsyncClient. deleteIdentityPool(Consumer<DeleteIdentityPoolRequest.Builder> deleteIdentityPoolRequest)Deletes an identity pool.default CompletableFuture<DeleteIdentityPoolResponse>CognitoIdentityAsyncClient. deleteIdentityPool(DeleteIdentityPoolRequest deleteIdentityPoolRequest)Deletes an identity pool.
-