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