Uses of Class
com.oracle.bmc.apiplatform.requests.ChangeApiPlatformInstanceCompartmentRequest
-
Packages that use ChangeApiPlatformInstanceCompartmentRequest Package Description com.oracle.bmc.apiplatform com.oracle.bmc.apiplatform.requests -
-
Uses of ChangeApiPlatformInstanceCompartmentRequest in com.oracle.bmc.apiplatform
Method parameters in com.oracle.bmc.apiplatform with type arguments of type ChangeApiPlatformInstanceCompartmentRequest Modifier and Type Method Description Future<ChangeApiPlatformInstanceCompartmentResponse>ApiPlatformAsync. changeApiPlatformInstanceCompartment(ChangeApiPlatformInstanceCompartmentRequest request, AsyncHandler<ChangeApiPlatformInstanceCompartmentRequest,ChangeApiPlatformInstanceCompartmentResponse> handler)Moves an API Platform Instance into a different compartment within the same tenancy.Future<ChangeApiPlatformInstanceCompartmentResponse>ApiPlatformAsyncClient. changeApiPlatformInstanceCompartment(ChangeApiPlatformInstanceCompartmentRequest request, AsyncHandler<ChangeApiPlatformInstanceCompartmentRequest,ChangeApiPlatformInstanceCompartmentResponse> handler) -
Uses of ChangeApiPlatformInstanceCompartmentRequest in com.oracle.bmc.apiplatform.requests
Methods in com.oracle.bmc.apiplatform.requests that return ChangeApiPlatformInstanceCompartmentRequest Modifier and Type Method Description ChangeApiPlatformInstanceCompartmentRequestChangeApiPlatformInstanceCompartmentRequest.Builder. build()Build the instance of ChangeApiPlatformInstanceCompartmentRequest as configured by this builderChangeApiPlatformInstanceCompartmentRequestChangeApiPlatformInstanceCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeApiPlatformInstanceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.apiplatform.requests with parameters of type ChangeApiPlatformInstanceCompartmentRequest Modifier and Type Method Description ChangeApiPlatformInstanceCompartmentRequest.BuilderChangeApiPlatformInstanceCompartmentRequest.Builder. copy(ChangeApiPlatformInstanceCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-