Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CreateTapesResponse.Builder
-
Packages that use CreateTapesResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CreateTapesResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CreateTapesResponse.Builder Modifier and Type Method Description static CreateTapesResponse.BuilderCreateTapesResponse. builder()CreateTapesResponse.BuilderCreateTapesResponse.Builder. tapeARNs(String... tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResponse.BuilderCreateTapesResponse.Builder. tapeARNs(Collection<String> tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResponse.BuilderCreateTapesResponse. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CreateTapesResponse.Builder Modifier and Type Method Description static Class<? extends CreateTapesResponse.Builder>CreateTapesResponse. serializableBuilderClass()
-