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