Uses of Class
com.oracle.bmc.identitydomains.responses.DeleteGrantResponse
-
Packages that use DeleteGrantResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of DeleteGrantResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return DeleteGrantResponse Modifier and Type Method Description DeleteGrantResponse
IdentityDomains. deleteGrant(DeleteGrantRequest request)
Remove a Grantee from an AppRoleDeleteGrantResponse
IdentityDomainsClient. deleteGrant(DeleteGrantRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type DeleteGrantResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteGrantResponse 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 DeleteGrantResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return DeleteGrantResponse Modifier and Type Method Description DeleteGrantResponse
DeleteGrantResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type DeleteGrantResponse Modifier and Type Method Description DeleteGrantResponse.Builder
DeleteGrantResponse.Builder. copy(DeleteGrantResponse o)
Copy method to populate the builder with values from the given instance.
-