Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.InternetConfiguration
-
Packages that use InternetConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of InternetConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return InternetConfiguration Modifier and Type Method Description InternetConfigurationNetworkOriginConfiguration. internetConfiguration()The configuration for the Amazon S3 access point or multi-region access point with anInternetorigin.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type InternetConfiguration Modifier and Type Method Description static NetworkOriginConfigurationNetworkOriginConfiguration. fromInternetConfiguration(InternetConfiguration internetConfiguration)Create an instance of this class withNetworkOriginConfiguration.internetConfiguration()initialized to the given value.NetworkOriginConfiguration.BuilderNetworkOriginConfiguration.Builder. internetConfiguration(InternetConfiguration internetConfiguration)The configuration for the Amazon S3 access point or multi-region access point with anInternetorigin.
-