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.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchGrantResponse Modifier and Type Method Description PatchGrantResponse
IdentityDomains. patchGrant(PatchGrantRequest request)
Update a GrantPatchGrantResponse
IdentityDomainsClient. 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.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchGrantResponse Modifier and Type Method Description PatchGrantResponse
PatchGrantResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchGrantResponse Modifier and Type Method Description PatchGrantResponse.Builder
PatchGrantResponse.Builder. copy(PatchGrantResponse o)
Copy method to populate the builder with values from the given instance.
-