Uses of Class
com.amazonaws.services.directory.model.GetSnapshotLimitsRequest
-
Packages that use GetSnapshotLimitsRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of GetSnapshotLimitsRequest in com.amazonaws.services.directory
Method parameters in com.amazonaws.services.directory with type arguments of type GetSnapshotLimitsRequest 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 GetSnapshotLimitsRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return GetSnapshotLimitsRequest Modifier and Type Method Description GetSnapshotLimitsRequestGetSnapshotLimitsRequest. clone()GetSnapshotLimitsRequestGetSnapshotLimitsRequest. withDirectoryId(String directoryId)Contains the identifier of the directory to obtain the limits for.
-