Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteUserPolicyResult
-
Packages that use DeleteUserPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of DeleteUserPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return DeleteUserPolicyResult Modifier and Type Method Description DeleteUserPolicyResultAbstractAmazonIdentityManagement. deleteUserPolicy(DeleteUserPolicyRequest request)DeleteUserPolicyResultAmazonIdentityManagement. deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.DeleteUserPolicyResultAmazonIdentityManagementClient. deleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM user.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteUserPolicyResult Modifier and Type Method Description Future<DeleteUserPolicyResult>AbstractAmazonIdentityManagementAsync. deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest,DeleteUserPolicyResult> asyncHandler)Future<DeleteUserPolicyResult>AmazonIdentityManagementAsync. deleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest, AsyncHandler<DeleteUserPolicyRequest,DeleteUserPolicyResult> asyncHandler)Deletes the specified inline policy that is embedded in the specified IAM user.Future<DeleteUserPolicyResult>AmazonIdentityManagementAsyncClient. deleteUserPolicyAsync(DeleteUserPolicyRequest request, AsyncHandler<DeleteUserPolicyRequest,DeleteUserPolicyResult> asyncHandler) -
Uses of DeleteUserPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteUserPolicyResult Modifier and Type Method Description DeleteUserPolicyResultDeleteUserPolicyResult. clone()
-