Uses of Class
com.oracle.bmc.identitydomains.requests.PutGroupRequest
-
Packages that use PutGroupRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutGroupRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutGroupRequest Modifier and Type Method Description PutGroupResponse
IdentityDomains. putGroup(PutGroupRequest request)
Replace a group.Future<PutGroupResponse>
IdentityDomainsAsync. putGroup(PutGroupRequest request, AsyncHandler<PutGroupRequest,PutGroupResponse> handler)
Replace a group.Future<PutGroupResponse>
IdentityDomainsAsyncClient. putGroup(PutGroupRequest request, AsyncHandler<PutGroupRequest,PutGroupResponse> handler)
PutGroupResponse
IdentityDomainsClient. putGroup(PutGroupRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutGroupRequest Modifier and Type Method Description Future<PutGroupResponse>
IdentityDomainsAsync. putGroup(PutGroupRequest request, AsyncHandler<PutGroupRequest,PutGroupResponse> handler)
Replace a group.Future<PutGroupResponse>
IdentityDomainsAsyncClient. putGroup(PutGroupRequest request, AsyncHandler<PutGroupRequest,PutGroupResponse> handler)
-
Uses of PutGroupRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutGroupRequest Modifier and Type Method Description PutGroupRequest
PutGroupRequest.Builder. build()
Build the instance of PutGroupRequest as configured by this builderPutGroupRequest
PutGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutGroupRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutGroupRequest Modifier and Type Method Description PutGroupRequest.Builder
PutGroupRequest.Builder. copy(PutGroupRequest o)
Copy method to populate the builder with values from the given instance.
-