Uses of Interface
software.amazon.awssdk.services.rds.model.Outpost.Builder
-
Packages that use Outpost.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Outpost.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return Outpost.Builder Modifier and Type Method Description Outpost.BuilderOutpost.Builder. arn(String arn)The Amazon Resource Name (ARN) of the Outpost.static Outpost.BuilderOutpost. builder()Outpost.BuilderOutpost. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Outpost.Builder Modifier and Type Method Description static Class<? extends Outpost.Builder>Outpost. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Outpost.Builder Modifier and Type Method Description default Subnet.BuilderSubnet.Builder. subnetOutpost(Consumer<Outpost.Builder> subnetOutpost)If the subnet is associated with an Outpost, this value specifies the Outpost.
-