Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceConnectAccessLoggingFormat
-
Packages that use ServiceConnectAccessLoggingFormat Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceConnectAccessLoggingFormat in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceConnectAccessLoggingFormat Modifier and Type Method Description ServiceConnectAccessLoggingFormatServiceConnectAccessLogConfiguration. format()The format for Service Connect access log output.static ServiceConnectAccessLoggingFormatServiceConnectAccessLoggingFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceConnectAccessLoggingFormatServiceConnectAccessLoggingFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceConnectAccessLoggingFormat[]ServiceConnectAccessLoggingFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceConnectAccessLoggingFormat Modifier and Type Method Description static Set<ServiceConnectAccessLoggingFormat>ServiceConnectAccessLoggingFormat. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceConnectAccessLoggingFormat Modifier and Type Method Description ServiceConnectAccessLogConfiguration.BuilderServiceConnectAccessLogConfiguration.Builder. format(ServiceConnectAccessLoggingFormat format)The format for Service Connect access log output.
-