Uses of Class
com.oracle.bmc.apiplatform.requests.CreateApiPlatformInstanceRequest
-
Packages that use CreateApiPlatformInstanceRequest Package Description com.oracle.bmc.apiplatform com.oracle.bmc.apiplatform.requests -
-
Uses of CreateApiPlatformInstanceRequest in com.oracle.bmc.apiplatform
Methods in com.oracle.bmc.apiplatform with parameters of type CreateApiPlatformInstanceRequest Modifier and Type Method Description CreateApiPlatformInstanceResponseApiPlatform. createApiPlatformInstance(CreateApiPlatformInstanceRequest request)Creates an API Platform InstanceFuture<CreateApiPlatformInstanceResponse>ApiPlatformAsync. createApiPlatformInstance(CreateApiPlatformInstanceRequest request, AsyncHandler<CreateApiPlatformInstanceRequest,CreateApiPlatformInstanceResponse> handler)Creates an API Platform InstanceFuture<CreateApiPlatformInstanceResponse>ApiPlatformAsyncClient. createApiPlatformInstance(CreateApiPlatformInstanceRequest request, AsyncHandler<CreateApiPlatformInstanceRequest,CreateApiPlatformInstanceResponse> handler)CreateApiPlatformInstanceResponseApiPlatformClient. createApiPlatformInstance(CreateApiPlatformInstanceRequest request)Method parameters in com.oracle.bmc.apiplatform with type arguments of type CreateApiPlatformInstanceRequest Modifier and Type Method Description Future<CreateApiPlatformInstanceResponse>ApiPlatformAsync. createApiPlatformInstance(CreateApiPlatformInstanceRequest request, AsyncHandler<CreateApiPlatformInstanceRequest,CreateApiPlatformInstanceResponse> handler)Creates an API Platform InstanceFuture<CreateApiPlatformInstanceResponse>ApiPlatformAsyncClient. createApiPlatformInstance(CreateApiPlatformInstanceRequest request, AsyncHandler<CreateApiPlatformInstanceRequest,CreateApiPlatformInstanceResponse> handler) -
Uses of CreateApiPlatformInstanceRequest in com.oracle.bmc.apiplatform.requests
Methods in com.oracle.bmc.apiplatform.requests that return CreateApiPlatformInstanceRequest Modifier and Type Method Description CreateApiPlatformInstanceRequestCreateApiPlatformInstanceRequest.Builder. build()Build the instance of CreateApiPlatformInstanceRequest as configured by this builderCreateApiPlatformInstanceRequestCreateApiPlatformInstanceRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateApiPlatformInstanceRequest as configured by this builderMethods in com.oracle.bmc.apiplatform.requests with parameters of type CreateApiPlatformInstanceRequest Modifier and Type Method Description CreateApiPlatformInstanceRequest.BuilderCreateApiPlatformInstanceRequest.Builder. copy(CreateApiPlatformInstanceRequest o)Copy method to populate the builder with values from the given instance.
-