Uses of Class
software.amazon.awssdk.services.directory.model.GetSnapshotLimitsResponse
-
Packages that use GetSnapshotLimitsResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of GetSnapshotLimitsResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return GetSnapshotLimitsResponse Modifier and Type Method Description default GetSnapshotLimitsResponseDirectoryClient. getSnapshotLimits(Consumer<GetSnapshotLimitsRequest.Builder> getSnapshotLimitsRequest)Obtains the manual snapshot limits for a directory.default GetSnapshotLimitsResponseDirectoryClient. getSnapshotLimits(GetSnapshotLimitsRequest getSnapshotLimitsRequest)Obtains the manual snapshot limits for a directory.Methods in software.amazon.awssdk.services.directory that return types with arguments of type GetSnapshotLimitsResponse Modifier and Type Method Description default CompletableFuture<GetSnapshotLimitsResponse>DirectoryAsyncClient. getSnapshotLimits(Consumer<GetSnapshotLimitsRequest.Builder> getSnapshotLimitsRequest)Obtains the manual snapshot limits for a directory.default CompletableFuture<GetSnapshotLimitsResponse>DirectoryAsyncClient. getSnapshotLimits(GetSnapshotLimitsRequest getSnapshotLimitsRequest)Obtains the manual snapshot limits for a directory.
-