Uses of Class
com.oracle.bmc.identitydomains.responses.CreateGroupResponse
-
Packages that use CreateGroupResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateGroupResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateGroupResponse Modifier and Type Method Description CreateGroupResponse
IdentityDomains. createGroup(CreateGroupRequest request)
Create a group.CreateGroupResponse
IdentityDomainsClient. createGroup(CreateGroupRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateGroupResponse Modifier and Type Method Description Future<CreateGroupResponse>
IdentityDomainsAsync. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Create a group.Future<CreateGroupResponse>
IdentityDomainsAsyncClient. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateGroupResponse Modifier and Type Method Description Future<CreateGroupResponse>
IdentityDomainsAsync. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Create a group.Future<CreateGroupResponse>
IdentityDomainsAsyncClient. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
-
Uses of CreateGroupResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateGroupResponse Modifier and Type Method Description CreateGroupResponse
CreateGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateGroupResponse Modifier and Type Method Description CreateGroupResponse.Builder
CreateGroupResponse.Builder. copy(CreateGroupResponse o)
Copy method to populate the builder with values from the given instance.
-