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