Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateVtlDeviceTypeRequest.Builder
-
Packages that use UpdateVtlDeviceTypeRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateVtlDeviceTypeRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateVtlDeviceTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateVtlDeviceTypeResponse>StorageGatewayAsyncClient. updateVTLDeviceType(Consumer<UpdateVtlDeviceTypeRequest.Builder> updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway.default UpdateVtlDeviceTypeResponseStorageGatewayClient. updateVTLDeviceType(Consumer<UpdateVtlDeviceTypeRequest.Builder> updateVtlDeviceTypeRequest)Updates the type of medium changer in a tape gateway. -
Uses of UpdateVtlDeviceTypeRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateVtlDeviceTypeRequest.Builder Modifier and Type Method Description static UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest. builder()UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest.Builder. deviceType(String deviceType)The type of medium changer you want to select.UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest. toBuilder()UpdateVtlDeviceTypeRequest.BuilderUpdateVtlDeviceTypeRequest.Builder. vtlDeviceARN(String vtlDeviceARN)The Amazon Resource Name (ARN) of the medium changer you want to select.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateVtlDeviceTypeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateVtlDeviceTypeRequest.Builder>UpdateVtlDeviceTypeRequest. serializableBuilderClass()
-