Uses of Interface
software.amazon.awssdk.services.ecs.model.HostEntry.Builder
-
Packages that use HostEntry.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of HostEntry.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return HostEntry.Builder Modifier and Type Method Description static HostEntry.BuilderHostEntry. builder()HostEntry.BuilderHostEntry.Builder. hostname(String hostname)The hostname to use in the/etc/hostsentry.HostEntry.BuilderHostEntry.Builder. ipAddress(String ipAddress)The IP address to use in the/etc/hostsentry.HostEntry.BuilderHostEntry. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type HostEntry.Builder Modifier and Type Method Description static Class<? extends HostEntry.Builder>HostEntry. serializableBuilderClass()
-