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