Uses of Class
com.amazonaws.services.identitymanagement.model.DeleteGroupPolicyResult
-
Packages that use DeleteGroupPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of DeleteGroupPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return DeleteGroupPolicyResult Modifier and Type Method Description DeleteGroupPolicyResult
AbstractAmazonIdentityManagement. deleteGroupPolicy(DeleteGroupPolicyRequest request)
DeleteGroupPolicyResult
AmazonIdentityManagement. deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.DeleteGroupPolicyResult
AmazonIdentityManagementClient. deleteGroupPolicy(DeleteGroupPolicyRequest deleteGroupPolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM group.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type DeleteGroupPolicyResult Modifier and Type Method Description Future<DeleteGroupPolicyResult>
AbstractAmazonIdentityManagementAsync. deleteGroupPolicyAsync(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest,DeleteGroupPolicyResult> asyncHandler)
Future<DeleteGroupPolicyResult>
AmazonIdentityManagementAsync. deleteGroupPolicyAsync(DeleteGroupPolicyRequest deleteGroupPolicyRequest, AsyncHandler<DeleteGroupPolicyRequest,DeleteGroupPolicyResult> asyncHandler)
Deletes the specified inline policy that is embedded in the specified IAM group.Future<DeleteGroupPolicyResult>
AmazonIdentityManagementAsyncClient. deleteGroupPolicyAsync(DeleteGroupPolicyRequest request, AsyncHandler<DeleteGroupPolicyRequest,DeleteGroupPolicyResult> asyncHandler)
-
Uses of DeleteGroupPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return DeleteGroupPolicyResult Modifier and Type Method Description DeleteGroupPolicyResult
DeleteGroupPolicyResult. clone()
-