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