Uses of Class
com.oracle.bmc.identitydomains.requests.DeleteGrantRequest
- 
Packages that use DeleteGrantRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests 
- 
- 
Uses of DeleteGrantRequest in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains with parameters of type DeleteGrantRequest Modifier and Type Method Description DeleteGrantResponseIdentityDomains. deleteGrant(DeleteGrantRequest request)Remove a Grantee from an AppRoleFuture<DeleteGrantResponse>IdentityDomainsAsync. deleteGrant(DeleteGrantRequest request, AsyncHandler<DeleteGrantRequest,DeleteGrantResponse> handler)Remove a Grantee from an AppRoleFuture<DeleteGrantResponse>IdentityDomainsAsyncClient. deleteGrant(DeleteGrantRequest request, AsyncHandler<DeleteGrantRequest,DeleteGrantResponse> handler)DeleteGrantResponseIdentityDomainsClient. deleteGrant(DeleteGrantRequest request)Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteGrantRequest Modifier and Type Method Description Future<DeleteGrantResponse>IdentityDomainsAsync. deleteGrant(DeleteGrantRequest request, AsyncHandler<DeleteGrantRequest,DeleteGrantResponse> handler)Remove a Grantee from an AppRoleFuture<DeleteGrantResponse>IdentityDomainsAsyncClient. deleteGrant(DeleteGrantRequest request, AsyncHandler<DeleteGrantRequest,DeleteGrantResponse> handler)
- 
Uses of DeleteGrantRequest in com.oracle.bmc.identitydomains.requestsMethods in com.oracle.bmc.identitydomains.requests that return DeleteGrantRequest Modifier and Type Method Description DeleteGrantRequestDeleteGrantRequest.Builder. build()Build the instance of DeleteGrantRequest as configured by this builderDeleteGrantRequestDeleteGrantRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteGrantRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type DeleteGrantRequest Modifier and Type Method Description DeleteGrantRequest.BuilderDeleteGrantRequest.Builder. copy(DeleteGrantRequest o)Copy method to populate the builder with values from the given instance.
 
-