Uses of Class
com.oracle.bmc.identity.responses.DeleteGroupResponse
-
Packages that use DeleteGroupResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteGroupResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponse
Identity. deleteGroup(DeleteGroupRequest request)
Deletes the specified group.DeleteGroupResponse
IdentityClient. deleteGroup(DeleteGroupRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeleteGroupResponse Modifier and Type Method Description Future<DeleteGroupResponse>
IdentityAsync. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Deletes the specified group.Future<DeleteGroupResponse>
IdentityAsyncClient. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteGroupResponse Modifier and Type Method Description Future<DeleteGroupResponse>
IdentityAsync. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Deletes the specified group.Future<DeleteGroupResponse>
IdentityAsyncClient. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
-
Uses of DeleteGroupResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponse
DeleteGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponse.Builder
DeleteGroupResponse.Builder. copy(DeleteGroupResponse o)
Copy method to populate the builder with values from the given instance.
-