Uses of Class
com.oracle.bmc.identitydomains.requests.PatchGrantRequest
-
Packages that use PatchGrantRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchGrantRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchGrantRequest Modifier and Type Method Description PatchGrantResponse
IdentityDomains. patchGrant(PatchGrantRequest request)
Update a GrantFuture<PatchGrantResponse>
IdentityDomainsAsync. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)
Update a GrantFuture<PatchGrantResponse>
IdentityDomainsAsyncClient. patchGrant(PatchGrantRequest request, AsyncHandler<PatchGrantRequest,PatchGrantResponse> handler)
PatchGrantResponse
IdentityDomainsClient. patchGrant(PatchGrantRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchGrantRequest 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 PatchGrantRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchGrantRequest Modifier and Type Method Description PatchGrantRequest
PatchGrantRequest.Builder. build()
Build the instance of PatchGrantRequest as configured by this builderPatchGrantRequest
PatchGrantRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchGrantRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchGrantRequest Modifier and Type Method Description PatchGrantRequest.Builder
PatchGrantRequest.Builder. copy(PatchGrantRequest o)
Copy method to populate the builder with values from the given instance.
-