Uses of Class
com.oracle.bmc.identitydomains.responses.PutGroupResponse
-
Packages that use PutGroupResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutGroupResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutGroupResponse Modifier and Type Method Description PutGroupResponse
IdentityDomains. putGroup(PutGroupRequest request)
Replace a group.PutGroupResponse
IdentityDomainsClient. putGroup(PutGroupRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutGroupResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutGroupResponse 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 PutGroupResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutGroupResponse Modifier and Type Method Description PutGroupResponse
PutGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutGroupResponse Modifier and Type Method Description PutGroupResponse.Builder
PutGroupResponse.Builder. copy(PutGroupResponse o)
Copy method to populate the builder with values from the given instance.
-