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