Uses of Class
com.amazonaws.services.directory.model.GetSnapshotLimitsResult
-
Packages that use GetSnapshotLimitsResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of GetSnapshotLimitsResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return GetSnapshotLimitsResult Modifier and Type Method Description GetSnapshotLimitsResult
AbstractAWSDirectoryService. getSnapshotLimits(GetSnapshotLimitsRequest request)
GetSnapshotLimitsResult
AWSDirectoryService. getSnapshotLimits(GetSnapshotLimitsRequest getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.GetSnapshotLimitsResult
AWSDirectoryServiceClient. getSnapshotLimits(GetSnapshotLimitsRequest getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.Method parameters in com.amazonaws.services.directory with type arguments of type GetSnapshotLimitsResult Modifier and Type Method Description Future<GetSnapshotLimitsResult>
AbstractAWSDirectoryServiceAsync. getSnapshotLimitsAsync(GetSnapshotLimitsRequest request, AsyncHandler<GetSnapshotLimitsRequest,GetSnapshotLimitsResult> asyncHandler)
Future<GetSnapshotLimitsResult>
AWSDirectoryServiceAsync. getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest, AsyncHandler<GetSnapshotLimitsRequest,GetSnapshotLimitsResult> asyncHandler)
Obtains the manual snapshot limits for a directory.Future<GetSnapshotLimitsResult>
AWSDirectoryServiceAsyncClient. getSnapshotLimitsAsync(GetSnapshotLimitsRequest request, AsyncHandler<GetSnapshotLimitsRequest,GetSnapshotLimitsResult> asyncHandler)
-
Uses of GetSnapshotLimitsResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return GetSnapshotLimitsResult Modifier and Type Method Description GetSnapshotLimitsResult
GetSnapshotLimitsResult. clone()
GetSnapshotLimitsResult
GetSnapshotLimitsResult. withSnapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
-