Uses of Interface
software.amazon.awssdk.services.dax.model.Subnet.Builder
-
Packages that use Subnet.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Subnet.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return Subnet.Builder Modifier and Type Method Description static Subnet.BuilderSubnet. builder()Subnet.BuilderSubnet.Builder. subnetAvailabilityZone(String subnetAvailabilityZone)The Availability Zone (AZ) for the subnet.Subnet.BuilderSubnet.Builder. subnetIdentifier(String subnetIdentifier)The system-assigned identifier for the subnet.Subnet.BuilderSubnet. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Subnet.Builder Modifier and Type Method Description static Class<? extends Subnet.Builder>Subnet. serializableBuilderClass()
-