Uses of Class
com.oracle.bmc.datasafe.responses.ChangeLibraryMaskingFormatCompartmentResponse
-
Packages that use ChangeLibraryMaskingFormatCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeLibraryMaskingFormatCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeLibraryMaskingFormatCompartmentResponse Modifier and Type Method Description ChangeLibraryMaskingFormatCompartmentResponse
DataSafe. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request)
Moves the specified library masking format into a different compartment.ChangeLibraryMaskingFormatCompartmentResponse
DataSafeClient. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeLibraryMaskingFormatCompartmentResponse Modifier and Type Method Description Future<ChangeLibraryMaskingFormatCompartmentResponse>
DataSafeAsync. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request, AsyncHandler<ChangeLibraryMaskingFormatCompartmentRequest,ChangeLibraryMaskingFormatCompartmentResponse> handler)
Moves the specified library masking format into a different compartment.Future<ChangeLibraryMaskingFormatCompartmentResponse>
DataSafeAsyncClient. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request, AsyncHandler<ChangeLibraryMaskingFormatCompartmentRequest,ChangeLibraryMaskingFormatCompartmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeLibraryMaskingFormatCompartmentResponse Modifier and Type Method Description Future<ChangeLibraryMaskingFormatCompartmentResponse>
DataSafeAsync. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request, AsyncHandler<ChangeLibraryMaskingFormatCompartmentRequest,ChangeLibraryMaskingFormatCompartmentResponse> handler)
Moves the specified library masking format into a different compartment.Future<ChangeLibraryMaskingFormatCompartmentResponse>
DataSafeAsyncClient. changeLibraryMaskingFormatCompartment(ChangeLibraryMaskingFormatCompartmentRequest request, AsyncHandler<ChangeLibraryMaskingFormatCompartmentRequest,ChangeLibraryMaskingFormatCompartmentResponse> handler)
-
Uses of ChangeLibraryMaskingFormatCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeLibraryMaskingFormatCompartmentResponse Modifier and Type Method Description ChangeLibraryMaskingFormatCompartmentResponse
ChangeLibraryMaskingFormatCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeLibraryMaskingFormatCompartmentResponse Modifier and Type Method Description ChangeLibraryMaskingFormatCompartmentResponse.Builder
ChangeLibraryMaskingFormatCompartmentResponse.Builder. copy(ChangeLibraryMaskingFormatCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-