Uses of Class
com.oracle.bmc.identitydomains.responses.CreateMyRequestResponse
-
Packages that use CreateMyRequestResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateMyRequestResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateMyRequestResponse Modifier and Type Method Description CreateMyRequestResponse
IdentityDomains. createMyRequest(CreateMyRequestRequest request)
Create a RequestCreateMyRequestResponse
IdentityDomainsClient. createMyRequest(CreateMyRequestRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateMyRequestResponse Modifier and Type Method Description Future<CreateMyRequestResponse>
IdentityDomainsAsync. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
Create a RequestFuture<CreateMyRequestResponse>
IdentityDomainsAsyncClient. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyRequestResponse Modifier and Type Method Description Future<CreateMyRequestResponse>
IdentityDomainsAsync. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
Create a RequestFuture<CreateMyRequestResponse>
IdentityDomainsAsyncClient. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
-
Uses of CreateMyRequestResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateMyRequestResponse Modifier and Type Method Description CreateMyRequestResponse
CreateMyRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateMyRequestResponse Modifier and Type Method Description CreateMyRequestResponse.Builder
CreateMyRequestResponse.Builder. copy(CreateMyRequestResponse o)
Copy method to populate the builder with values from the given instance.
-