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