Uses of Interface
software.amazon.awssdk.services.elasticache.model.SubnetOutpost.Builder
-
Packages that use SubnetOutpost.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of SubnetOutpost.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return SubnetOutpost.Builder Modifier and Type Method Description static SubnetOutpost.BuilderSubnetOutpost. builder()SubnetOutpost.BuilderSubnetOutpost.Builder. subnetOutpostArn(String subnetOutpostArn)The outpost ARN of the subnet.SubnetOutpost.BuilderSubnetOutpost. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type SubnetOutpost.Builder Modifier and Type Method Description static Class<? extends SubnetOutpost.Builder>SubnetOutpost. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type SubnetOutpost.Builder Modifier and Type Method Description default Subnet.BuilderSubnet.Builder. subnetOutpost(Consumer<SubnetOutpost.Builder> subnetOutpost)The outpost ARN of the subnet.
-