Uses of Class
com.oracle.bmc.identitydomains.responses.DeleteGroupResponse
-
Packages that use DeleteGroupResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of DeleteGroupResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponse
IdentityDomains. deleteGroup(DeleteGroupRequest request)
Delete a group.DeleteGroupResponse
IdentityDomainsClient. deleteGroup(DeleteGroupRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type DeleteGroupResponse Modifier and Type Method Description Future<DeleteGroupResponse>
IdentityDomainsAsync. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Delete a group.Future<DeleteGroupResponse>
IdentityDomainsAsyncClient. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteGroupResponse Modifier and Type Method Description Future<DeleteGroupResponse>
IdentityDomainsAsync. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
Delete a group.Future<DeleteGroupResponse>
IdentityDomainsAsyncClient. deleteGroup(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResponse> handler)
-
Uses of DeleteGroupResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return DeleteGroupResponse Modifier and Type Method Description DeleteGroupResponse
DeleteGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-