Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ListCacheReportsRequest.Builder
-
Packages that use ListCacheReportsRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ListCacheReportsRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ListCacheReportsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCacheReportsResponse>StorageGatewayAsyncClient. listCacheReports(Consumer<ListCacheReportsRequest.Builder> listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account.default ListCacheReportsResponseStorageGatewayClient. listCacheReports(Consumer<ListCacheReportsRequest.Builder> listCacheReportsRequest)Returns a list of existing cache reports for all file shares associated with your Amazon Web Services account. -
Uses of ListCacheReportsRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ListCacheReportsRequest.Builder Modifier and Type Method Description static ListCacheReportsRequest.BuilderListCacheReportsRequest. builder()ListCacheReportsRequest.BuilderListCacheReportsRequest.Builder. marker(String marker)Opaque pagination token returned from a previousListCacheReportsoperation.ListCacheReportsRequest.BuilderListCacheReportsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCacheReportsRequest.BuilderListCacheReportsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCacheReportsRequest.BuilderListCacheReportsRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ListCacheReportsRequest.Builder Modifier and Type Method Description static Class<? extends ListCacheReportsRequest.Builder>ListCacheReportsRequest. serializableBuilderClass()
-