Uses of Class
com.oracle.bmc.identitydomains.requests.GetGrantRequest
-
Packages that use GetGrantRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetGrantRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetGrantRequest Modifier and Type Method Description GetGrantResponse
IdentityDomains. getGrant(GetGrantRequest request)
Get a GrantFuture<GetGrantResponse>
IdentityDomainsAsync. getGrant(GetGrantRequest request, AsyncHandler<GetGrantRequest,GetGrantResponse> handler)
Get a GrantFuture<GetGrantResponse>
IdentityDomainsAsyncClient. getGrant(GetGrantRequest request, AsyncHandler<GetGrantRequest,GetGrantResponse> handler)
GetGrantResponse
IdentityDomainsClient. getGrant(GetGrantRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetGrantRequest Modifier and Type Method Description Future<GetGrantResponse>
IdentityDomainsAsync. getGrant(GetGrantRequest request, AsyncHandler<GetGrantRequest,GetGrantResponse> handler)
Get a GrantFuture<GetGrantResponse>
IdentityDomainsAsyncClient. getGrant(GetGrantRequest request, AsyncHandler<GetGrantRequest,GetGrantResponse> handler)
-
Uses of GetGrantRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetGrantRequest Modifier and Type Method Description GetGrantRequest
GetGrantRequest.Builder. build()
Build the instance of GetGrantRequest as configured by this builderGetGrantRequest
GetGrantRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGrantRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetGrantRequest Modifier and Type Method Description GetGrantRequest.Builder
GetGrantRequest.Builder. copy(GetGrantRequest o)
Copy method to populate the builder with values from the given instance.
-