Uses of Class
com.oracle.bmc.datasafe.requests.GetAttributeSetRequest
-
Packages that use GetAttributeSetRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetAttributeSetRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetAttributeSetRequest Modifier and Type Method Description Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, AttributeSet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, AttributeSet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAttributeSetRequest,GetAttributeSetResponse>
DataSafeWaiters. forAttributeSet(GetAttributeSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AttributeSet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAttributeSetRequest 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 GetAttributeSetRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetAttributeSetRequest Modifier and Type Method Description GetAttributeSetRequest
GetAttributeSetRequest.Builder. build()
Build the instance of GetAttributeSetRequest as configured by this builderGetAttributeSetRequest
GetAttributeSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAttributeSetRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetAttributeSetRequest Modifier and Type Method Description GetAttributeSetRequest.Builder
GetAttributeSetRequest.Builder. copy(GetAttributeSetRequest o)
Copy method to populate the builder with values from the given instance.
-