Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ListTapesRequest.Builder
-
Packages that use ListTapesRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ListTapesRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ListTapesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTapesResponse>StorageGatewayAsyncClient. listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default ListTapesResponseStorageGatewayClient. listTapes(Consumer<ListTapesRequest.Builder> listTapesRequest)Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf (VTS).default ListTapesPublisherStorageGatewayAsyncClient. listTapesPaginator(Consumer<ListTapesRequest.Builder> listTapesRequest)This is a variant ofStorageGatewayAsyncClient.listTapes(software.amazon.awssdk.services.storagegateway.model.ListTapesRequest)operation.default ListTapesIterableStorageGatewayClient. listTapesPaginator(Consumer<ListTapesRequest.Builder> listTapesRequest)This is a variant ofStorageGatewayClient.listTapes(software.amazon.awssdk.services.storagegateway.model.ListTapesRequest)operation. -
Uses of ListTapesRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ListTapesRequest.Builder Modifier and Type Method Description static ListTapesRequest.BuilderListTapesRequest. builder()ListTapesRequest.BuilderListTapesRequest.Builder. limit(Integer limit)An optional number limit for the tapes in the list returned by this call.ListTapesRequest.BuilderListTapesRequest.Builder. marker(String marker)A string that indicates the position at which to begin the returned list of tapes.ListTapesRequest.BuilderListTapesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTapesRequest.BuilderListTapesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTapesRequest.BuilderListTapesRequest.Builder. tapeARNs(String... tapeARNs)Sets the value of the TapeARNs property for this object.ListTapesRequest.BuilderListTapesRequest.Builder. tapeARNs(Collection<String> tapeARNs)Sets the value of the TapeARNs property for this object.ListTapesRequest.BuilderListTapesRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ListTapesRequest.Builder Modifier and Type Method Description static Class<? extends ListTapesRequest.Builder>ListTapesRequest. serializableBuilderClass()
-