Uses of Class
com.oracle.bmc.identity.responses.CreateDynamicGroupResponse
-
Packages that use CreateDynamicGroupResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateDynamicGroupResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateDynamicGroupResponse Modifier and Type Method Description CreateDynamicGroupResponse
Identity. createDynamicGroup(CreateDynamicGroupRequest request)
Creates a new dynamic group in your tenancy.CreateDynamicGroupResponse
IdentityClient. createDynamicGroup(CreateDynamicGroupRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateDynamicGroupResponse Modifier and Type Method Description Future<CreateDynamicGroupResponse>
IdentityAsync. createDynamicGroup(CreateDynamicGroupRequest request, AsyncHandler<CreateDynamicGroupRequest,CreateDynamicGroupResponse> handler)
Creates a new dynamic group in your tenancy.Future<CreateDynamicGroupResponse>
IdentityAsyncClient. createDynamicGroup(CreateDynamicGroupRequest request, AsyncHandler<CreateDynamicGroupRequest,CreateDynamicGroupResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateDynamicGroupResponse Modifier and Type Method Description Future<CreateDynamicGroupResponse>
IdentityAsync. createDynamicGroup(CreateDynamicGroupRequest request, AsyncHandler<CreateDynamicGroupRequest,CreateDynamicGroupResponse> handler)
Creates a new dynamic group in your tenancy.Future<CreateDynamicGroupResponse>
IdentityAsyncClient. createDynamicGroup(CreateDynamicGroupRequest request, AsyncHandler<CreateDynamicGroupRequest,CreateDynamicGroupResponse> handler)
-
Uses of CreateDynamicGroupResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateDynamicGroupResponse Modifier and Type Method Description CreateDynamicGroupResponse
CreateDynamicGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateDynamicGroupResponse Modifier and Type Method Description CreateDynamicGroupResponse.Builder
CreateDynamicGroupResponse.Builder. copy(CreateDynamicGroupResponse o)
Copy method to populate the builder with values from the given instance.
-