Uses of Interface
software.amazon.awssdk.services.privatenetworks.model.ReturnInformation.Builder
-
Packages that use ReturnInformation.Builder Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of ReturnInformation.Builder in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return ReturnInformation.Builder Modifier and Type Method Description static ReturnInformation.BuilderReturnInformation. builder()ReturnInformation.BuilderReturnInformation.Builder. replacementOrderArn(String replacementOrderArn)The Amazon Resource Name (ARN) of the replacement order.ReturnInformation.BuilderReturnInformation.Builder. returnReason(String returnReason)The reason for the return.default ReturnInformation.BuilderReturnInformation.Builder. shippingAddress(Consumer<Address.Builder> shippingAddress)The shipping address.ReturnInformation.BuilderReturnInformation.Builder. shippingAddress(Address shippingAddress)The shipping address.ReturnInformation.BuilderReturnInformation.Builder. shippingLabel(String shippingLabel)The URL of the shipping label.ReturnInformation.BuilderReturnInformation. toBuilder()Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type ReturnInformation.Builder Modifier and Type Method Description static Class<? extends ReturnInformation.Builder>ReturnInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type ReturnInformation.Builder Modifier and Type Method Description default NetworkResource.BuilderNetworkResource.Builder. returnInformation(Consumer<ReturnInformation.Builder> returnInformation)Information about a request to return the network resource.
-