Uses of Class
com.oracle.bmc.datasafe.requests.ChangeAttributeSetCompartmentRequest
-
Packages that use ChangeAttributeSetCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAttributeSetCompartmentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ChangeAttributeSetCompartmentRequest Modifier and Type Method Description ChangeAttributeSetCompartmentResponse
DataSafe. changeAttributeSetCompartment(ChangeAttributeSetCompartmentRequest request)
Moves the attribute set to the specified compartment.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)
ChangeAttributeSetCompartmentResponse
DataSafeClient. changeAttributeSetCompartment(ChangeAttributeSetCompartmentRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeAttributeSetCompartmentRequest 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 ChangeAttributeSetCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAttributeSetCompartmentRequest Modifier and Type Method Description ChangeAttributeSetCompartmentRequest
ChangeAttributeSetCompartmentRequest.Builder. build()
Build the instance of ChangeAttributeSetCompartmentRequest as configured by this builderChangeAttributeSetCompartmentRequest
ChangeAttributeSetCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAttributeSetCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAttributeSetCompartmentRequest Modifier and Type Method Description ChangeAttributeSetCompartmentRequest.Builder
ChangeAttributeSetCompartmentRequest.Builder. copy(ChangeAttributeSetCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-