Uses of Class
com.oracle.bmc.identity.responses.CreateGroupResponse
-
Packages that use CreateGroupResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateGroupResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateGroupResponse Modifier and Type Method Description CreateGroupResponse
Identity. createGroup(CreateGroupRequest request)
Creates a new group in your tenancy.CreateGroupResponse
IdentityClient. createGroup(CreateGroupRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateGroupResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateGroupResponse 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 CreateGroupResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateGroupResponse Modifier and Type Method Description CreateGroupResponse
CreateGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.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.
-