Uses of Class
com.amazonaws.services.directory.model.GetSnapshotLimitsResult
Packages that use GetSnapshotLimitsResult
-
Uses of GetSnapshotLimitsResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return GetSnapshotLimitsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryService.getSnapshotLimits
(GetSnapshotLimitsRequest request) AWSDirectoryService.getSnapshotLimits
(GetSnapshotLimitsRequest getSnapshotLimitsRequest) Obtains the manual snapshot limits for a directory.AWSDirectoryServiceClient.getSnapshotLimits
(GetSnapshotLimitsRequest getSnapshotLimitsRequest) Obtains the manual snapshot limits for a directory.Methods in com.amazonaws.services.directory that return types with arguments of type GetSnapshotLimitsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest request) AbstractAWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest request, AsyncHandler<GetSnapshotLimitsRequest, GetSnapshotLimitsResult> asyncHandler) AWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest getSnapshotLimitsRequest) Obtains the manual snapshot limits for a directory.AWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest getSnapshotLimitsRequest, AsyncHandler<GetSnapshotLimitsRequest, GetSnapshotLimitsResult> asyncHandler) Obtains the manual snapshot limits for a directory.AWSDirectoryServiceAsyncClient.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest request) AWSDirectoryServiceAsyncClient.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest request, AsyncHandler<GetSnapshotLimitsRequest, GetSnapshotLimitsResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type GetSnapshotLimitsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest request, AsyncHandler<GetSnapshotLimitsRequest, GetSnapshotLimitsResult> asyncHandler) AWSDirectoryServiceAsync.getSnapshotLimitsAsync
(GetSnapshotLimitsRequest getSnapshotLimitsRequest, AsyncHandler<GetSnapshotLimitsRequest, GetSnapshotLimitsResult> asyncHandler) Obtains the manual snapshot limits for a directory.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 GetSnapshotLimitsResultModifier and TypeMethodDescriptionGetSnapshotLimitsResult.clone()
GetSnapshotLimitsResult.withSnapshotLimits
(SnapshotLimits snapshotLimits) A SnapshotLimits object that contains the manual snapshot limits for the specified directory.