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