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