Uses of Class
com.oracle.bmc.filestorage.responses.ChangeOutboundConnectorCompartmentResponse
-
Packages that use ChangeOutboundConnectorCompartmentResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ChangeOutboundConnectorCompartmentResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ChangeOutboundConnectorCompartmentResponse Modifier and Type Method Description ChangeOutboundConnectorCompartmentResponse
FileStorage. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request)
Moves an outbound connector into a different compartment within the same tenancy.ChangeOutboundConnectorCompartmentResponse
FileStorageClient. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ChangeOutboundConnectorCompartmentResponse Modifier and Type Method Description Future<ChangeOutboundConnectorCompartmentResponse>
FileStorageAsync. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request, AsyncHandler<ChangeOutboundConnectorCompartmentRequest,ChangeOutboundConnectorCompartmentResponse> handler)
Moves an outbound connector into a different compartment within the same tenancy.Future<ChangeOutboundConnectorCompartmentResponse>
FileStorageAsyncClient. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request, AsyncHandler<ChangeOutboundConnectorCompartmentRequest,ChangeOutboundConnectorCompartmentResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type ChangeOutboundConnectorCompartmentResponse Modifier and Type Method Description Future<ChangeOutboundConnectorCompartmentResponse>
FileStorageAsync. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request, AsyncHandler<ChangeOutboundConnectorCompartmentRequest,ChangeOutboundConnectorCompartmentResponse> handler)
Moves an outbound connector into a different compartment within the same tenancy.Future<ChangeOutboundConnectorCompartmentResponse>
FileStorageAsyncClient. changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request, AsyncHandler<ChangeOutboundConnectorCompartmentRequest,ChangeOutboundConnectorCompartmentResponse> handler)
-
Uses of ChangeOutboundConnectorCompartmentResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ChangeOutboundConnectorCompartmentResponse Modifier and Type Method Description ChangeOutboundConnectorCompartmentResponse
ChangeOutboundConnectorCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ChangeOutboundConnectorCompartmentResponse Modifier and Type Method Description ChangeOutboundConnectorCompartmentResponse.Builder
ChangeOutboundConnectorCompartmentResponse.Builder. copy(ChangeOutboundConnectorCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-