Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceConnectIncludeQueryParameters
-
Packages that use ServiceConnectIncludeQueryParameters Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceConnectIncludeQueryParameters in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceConnectIncludeQueryParameters Modifier and Type Method Description static ServiceConnectIncludeQueryParametersServiceConnectIncludeQueryParameters. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceConnectIncludeQueryParametersServiceConnectAccessLogConfiguration. includeQueryParameters()Specifies whether to include query parameters in Service Connect access logs.static ServiceConnectIncludeQueryParametersServiceConnectIncludeQueryParameters. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceConnectIncludeQueryParameters[]ServiceConnectIncludeQueryParameters. 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 ServiceConnectIncludeQueryParameters Modifier and Type Method Description static Set<ServiceConnectIncludeQueryParameters>ServiceConnectIncludeQueryParameters. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceConnectIncludeQueryParameters Modifier and Type Method Description ServiceConnectAccessLogConfiguration.BuilderServiceConnectAccessLogConfiguration.Builder. includeQueryParameters(ServiceConnectIncludeQueryParameters includeQueryParameters)Specifies whether to include query parameters in Service Connect access logs.
-