Uses of Class
com.oracle.bmc.identity.requests.CreateGroupRequest
-
Packages that use CreateGroupRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateGroupRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateGroupRequest Modifier and Type Method Description CreateGroupResponse
Identity. createGroup(CreateGroupRequest request)
Creates a new group in your tenancy.Future<CreateGroupResponse>
IdentityAsync. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Creates a new group in your tenancy.Future<CreateGroupResponse>
IdentityAsyncClient. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
CreateGroupResponse
IdentityClient. createGroup(CreateGroupRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateGroupRequest Modifier and Type Method Description Future<CreateGroupResponse>
IdentityAsync. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
Creates a new group in your tenancy.Future<CreateGroupResponse>
IdentityAsyncClient. createGroup(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResponse> handler)
-
Uses of CreateGroupRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-