Uses of Class
com.oracle.bmc.identitydomains.responses.PatchGrantResponse
- 
Packages that use PatchGrantResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses 
- 
- 
Uses of PatchGrantResponse in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains that return PatchGrantResponse Modifier and Type Method Description PatchGrantResponseIdentityDomains. patchGrant(PatchGrantRequest request)Update a GrantPatchGrantResponseIdentityDomainsClient. patchGrant(PatchGrantRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchGrantResponse Modifier and Type Method Description Future<PatchGrantResponse>IdentityDomainsAsync. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)Update a GrantFuture<PatchGrantResponse>IdentityDomainsAsyncClient. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchGrantResponse Modifier and Type Method Description Future<PatchGrantResponse>IdentityDomainsAsync. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)Update a GrantFuture<PatchGrantResponse>IdentityDomainsAsyncClient. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)
- 
Uses of PatchGrantResponse in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return PatchGrantResponse Modifier and Type Method Description PatchGrantResponsePatchGrantResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchGrantResponse Modifier and Type Method Description PatchGrantResponse.BuilderPatchGrantResponse.Builder. copy(PatchGrantResponse o)Copy method to populate the builder with values from the given instance.
 
-