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.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type DeleteGrantRequest Modifier and Type Method Description DeleteGrantResponse
IdentityDomains. 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)
DeleteGrantResponse
IdentityDomainsClient. 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.requests
Methods in com.oracle.bmc.identitydomains.requests that return DeleteGrantRequest Modifier and Type Method Description DeleteGrantRequest
DeleteGrantRequest.Builder. build()
Build the instance of DeleteGrantRequest as configured by this builderDeleteGrantRequest
DeleteGrantRequest.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.Builder
DeleteGrantRequest.Builder. copy(DeleteGrantRequest o)
Copy method to populate the builder with values from the given instance.
-