Uses of Class
software.amazon.awssdk.services.pipes.model.AssignPublicIp
-
Packages that use AssignPublicIp Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of AssignPublicIp in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return AssignPublicIp Modifier and Type Method Description AssignPublicIpAwsVpcConfiguration. assignPublicIp()Specifies whether the task's elastic network interface receives a public IP address.static AssignPublicIpAssignPublicIp. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssignPublicIpAssignPublicIp. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignPublicIp[]AssignPublicIp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type AssignPublicIp Modifier and Type Method Description static Set<AssignPublicIp>AssignPublicIp. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type AssignPublicIp Modifier and Type Method Description AwsVpcConfiguration.BuilderAwsVpcConfiguration.Builder. assignPublicIp(AssignPublicIp assignPublicIp)Specifies whether the task's elastic network interface receives a public IP address.
-