Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMyRequestRequest
-
Packages that use CreateMyRequestRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMyRequestRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateMyRequestRequest Modifier and Type Method Description CreateMyRequestResponse
IdentityDomains. createMyRequest(CreateMyRequestRequest request)
Create a RequestFuture<CreateMyRequestResponse>
IdentityDomainsAsync. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
Create a RequestFuture<CreateMyRequestResponse>
IdentityDomainsAsyncClient. createMyRequest(CreateMyRequestRequest request, AsyncHandler<CreateMyRequestRequest,CreateMyRequestResponse> handler)
CreateMyRequestResponse
IdentityDomainsClient. createMyRequest(CreateMyRequestRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyRequestRequest 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 CreateMyRequestRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMyRequestRequest Modifier and Type Method Description CreateMyRequestRequest
CreateMyRequestRequest.Builder. build()
Build the instance of CreateMyRequestRequest as configured by this builderCreateMyRequestRequest
CreateMyRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMyRequestRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMyRequestRequest Modifier and Type Method Description CreateMyRequestRequest.Builder
CreateMyRequestRequest.Builder. copy(CreateMyRequestRequest o)
Copy method to populate the builder with values from the given instance.
-