Uses of Enum
software.amazon.awssdk.services.eventbridge.model.AssignPublicIp
Packages that use AssignPublicIp
-
Uses of AssignPublicIp in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return AssignPublicIpModifier and TypeMethodDescriptionfinal AssignPublicIpAwsVpcConfiguration.assignPublicIp()Specifies whether the task's elastic network interface receives a public IP address.static AssignPublicIpUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssignPublicIpReturns 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.eventbridge.model that return types with arguments of type AssignPublicIpMethods in software.amazon.awssdk.services.eventbridge.model with parameters of type AssignPublicIpModifier and TypeMethodDescriptionAwsVpcConfiguration.Builder.assignPublicIp(AssignPublicIp assignPublicIp) Specifies whether the task's elastic network interface receives a public IP address.