Uses of Class
com.oracle.bmc.apiplatform.requests.DeleteApiPlatformInstanceRequest
-
Packages that use DeleteApiPlatformInstanceRequest Package Description com.oracle.bmc.apiplatform com.oracle.bmc.apiplatform.requests -
-
Uses of DeleteApiPlatformInstanceRequest in com.oracle.bmc.apiplatform
Methods in com.oracle.bmc.apiplatform with parameters of type DeleteApiPlatformInstanceRequest Modifier and Type Method Description DeleteApiPlatformInstanceResponseApiPlatform. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request)Deletes an API Platform InstanceFuture<DeleteApiPlatformInstanceResponse>ApiPlatformAsync. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request, AsyncHandler<DeleteApiPlatformInstanceRequest,DeleteApiPlatformInstanceResponse> handler)Deletes an API Platform InstanceFuture<DeleteApiPlatformInstanceResponse>ApiPlatformAsyncClient. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request, AsyncHandler<DeleteApiPlatformInstanceRequest,DeleteApiPlatformInstanceResponse> handler)DeleteApiPlatformInstanceResponseApiPlatformClient. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request)Method parameters in com.oracle.bmc.apiplatform with type arguments of type DeleteApiPlatformInstanceRequest Modifier and Type Method Description Future<DeleteApiPlatformInstanceResponse>ApiPlatformAsync. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request, AsyncHandler<DeleteApiPlatformInstanceRequest,DeleteApiPlatformInstanceResponse> handler)Deletes an API Platform InstanceFuture<DeleteApiPlatformInstanceResponse>ApiPlatformAsyncClient. deleteApiPlatformInstance(DeleteApiPlatformInstanceRequest request, AsyncHandler<DeleteApiPlatformInstanceRequest,DeleteApiPlatformInstanceResponse> handler) -
Uses of DeleteApiPlatformInstanceRequest in com.oracle.bmc.apiplatform.requests
Methods in com.oracle.bmc.apiplatform.requests that return DeleteApiPlatformInstanceRequest Modifier and Type Method Description DeleteApiPlatformInstanceRequestDeleteApiPlatformInstanceRequest.Builder. build()Build the instance of DeleteApiPlatformInstanceRequest as configured by this builderDeleteApiPlatformInstanceRequestDeleteApiPlatformInstanceRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteApiPlatformInstanceRequest as configured by this builderMethods in com.oracle.bmc.apiplatform.requests with parameters of type DeleteApiPlatformInstanceRequest Modifier and Type Method Description DeleteApiPlatformInstanceRequest.BuilderDeleteApiPlatformInstanceRequest.Builder. copy(DeleteApiPlatformInstanceRequest o)Copy method to populate the builder with values from the given instance.
-