Uses of Class
software.amazon.awssdk.services.mediatailor.model.HttpConfiguration
-
Packages that use HttpConfiguration Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of HttpConfiguration in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return HttpConfiguration Modifier and Type Method Description HttpConfigurationCreateSourceLocationRequest. httpConfiguration()The source's HTTP package configurations.HttpConfigurationCreateSourceLocationResponse. httpConfiguration()The source's HTTP package configurations.HttpConfigurationDescribeSourceLocationResponse. httpConfiguration()The HTTP package configuration settings for the source location.HttpConfigurationSourceLocation. httpConfiguration()The HTTP configuration for the source location.HttpConfigurationUpdateSourceLocationRequest. httpConfiguration()The HTTP configuration for the source location.HttpConfigurationUpdateSourceLocationResponse. httpConfiguration()The HTTP configuration for the source location.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type HttpConfiguration Modifier and Type Method Description CreateSourceLocationRequest.BuilderCreateSourceLocationRequest.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The source's HTTP package configurations.CreateSourceLocationResponse.BuilderCreateSourceLocationResponse.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The source's HTTP package configurations.DescribeSourceLocationResponse.BuilderDescribeSourceLocationResponse.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The HTTP package configuration settings for the source location.SourceLocation.BuilderSourceLocation.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The HTTP configuration for the source location.UpdateSourceLocationRequest.BuilderUpdateSourceLocationRequest.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The HTTP configuration for the source location.UpdateSourceLocationResponse.BuilderUpdateSourceLocationResponse.Builder. httpConfiguration(HttpConfiguration httpConfiguration)The HTTP configuration for the source location.
-