Uses of Class
com.oracle.bmc.identitydomains.requests.CreateGroupRequest
-
Packages that use CreateGroupRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateGroupRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateGroupRequest Modifier and Type Method Description CreateGroupResponse
IdentityDomains. createGroup(CreateGroupRequest request)
Create a group.Future<CreateGroupResponse>
IdentityDomainsAsync. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Create a group.Future<CreateGroupResponse>
IdentityDomainsAsyncClient. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
CreateGroupResponse
IdentityDomainsClient. createGroup(CreateGroupRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateGroupRequest 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 CreateGroupRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateGroupRequest Modifier and Type Method Description CreateGroupRequest
CreateGroupRequest.Builder. build()
Build the instance of CreateGroupRequest as configured by this builderCreateGroupRequest
CreateGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateGroupRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateGroupRequest Modifier and Type Method Description CreateGroupRequest.Builder
CreateGroupRequest.Builder. copy(CreateGroupRequest o)
Copy method to populate the builder with values from the given instance.
-