Uses of Interface
software.amazon.awssdk.services.snowball.model.CreateReturnShippingLabelRequest.Builder
-
Packages that use CreateReturnShippingLabelRequest.Builder Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.model -
-
Uses of CreateReturnShippingLabelRequest.Builder in software.amazon.awssdk.services.snowball
Method parameters in software.amazon.awssdk.services.snowball with type arguments of type CreateReturnShippingLabelRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateReturnShippingLabelResponse>SnowballAsyncClient. createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services.default CreateReturnShippingLabelResponseSnowballClient. createReturnShippingLabel(Consumer<CreateReturnShippingLabelRequest.Builder> createReturnShippingLabelRequest)Creates a shipping label that will be used to return the Snow device to Amazon Web Services. -
Uses of CreateReturnShippingLabelRequest.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return CreateReturnShippingLabelRequest.Builder Modifier and Type Method Description static CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest. builder()CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. jobId(String jobId)The ID for a job that you want to create the return shipping label for; for example,JID123e4567-e89b-12d3-a456-426655440000.CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. shippingOption(String shippingOption)The shipping speed for a particular job.CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest.Builder. shippingOption(ShippingOption shippingOption)The shipping speed for a particular job.CreateReturnShippingLabelRequest.BuilderCreateReturnShippingLabelRequest. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type CreateReturnShippingLabelRequest.Builder Modifier and Type Method Description static Class<? extends CreateReturnShippingLabelRequest.Builder>CreateReturnShippingLabelRequest. serializableBuilderClass()
-