Uses of Class
com.oracle.bmc.datasafe.requests.UpdateAttributeSetRequest
-
Packages that use UpdateAttributeSetRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of UpdateAttributeSetRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type UpdateAttributeSetRequest Modifier and Type Method Description UpdateAttributeSetResponse
DataSafe. updateAttributeSet(UpdateAttributeSetRequest request)
Updates an attribute set.Future<UpdateAttributeSetResponse>
DataSafeAsync. updateAttributeSet(UpdateAttributeSetRequest request, AsyncHandler<UpdateAttributeSetRequest,UpdateAttributeSetResponse> handler)
Updates an attribute set.Future<UpdateAttributeSetResponse>
DataSafeAsyncClient. updateAttributeSet(UpdateAttributeSetRequest request, AsyncHandler<UpdateAttributeSetRequest,UpdateAttributeSetResponse> handler)
UpdateAttributeSetResponse
DataSafeClient. updateAttributeSet(UpdateAttributeSetRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAttributeSetRequest Modifier and Type Method Description Future<UpdateAttributeSetResponse>
DataSafeAsync. updateAttributeSet(UpdateAttributeSetRequest request, AsyncHandler<UpdateAttributeSetRequest,UpdateAttributeSetResponse> handler)
Updates an attribute set.Future<UpdateAttributeSetResponse>
DataSafeAsyncClient. updateAttributeSet(UpdateAttributeSetRequest request, AsyncHandler<UpdateAttributeSetRequest,UpdateAttributeSetResponse> handler)
-
Uses of UpdateAttributeSetRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return UpdateAttributeSetRequest Modifier and Type Method Description UpdateAttributeSetRequest
UpdateAttributeSetRequest.Builder. build()
Build the instance of UpdateAttributeSetRequest as configured by this builderUpdateAttributeSetRequest
UpdateAttributeSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAttributeSetRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type UpdateAttributeSetRequest Modifier and Type Method Description UpdateAttributeSetRequest.Builder
UpdateAttributeSetRequest.Builder. copy(UpdateAttributeSetRequest o)
Copy method to populate the builder with values from the given instance.
-