Uses of Class
software.amazon.awssdk.services.imagebuilder.model.InfrastructureConfigurationSummary
-
Packages that use InfrastructureConfigurationSummary Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of InfrastructureConfigurationSummary in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type InfrastructureConfigurationSummary Modifier and Type Method Description List<InfrastructureConfigurationSummary>ListInfrastructureConfigurationsResponse. infrastructureConfigurationSummaryList()The list of infrastructure configurations.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type InfrastructureConfigurationSummary Modifier and Type Method Description ListInfrastructureConfigurationsResponse.BuilderListInfrastructureConfigurationsResponse.Builder. infrastructureConfigurationSummaryList(InfrastructureConfigurationSummary... infrastructureConfigurationSummaryList)The list of infrastructure configurations.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type InfrastructureConfigurationSummary Modifier and Type Method Description ListInfrastructureConfigurationsResponse.BuilderListInfrastructureConfigurationsResponse.Builder. infrastructureConfigurationSummaryList(Collection<InfrastructureConfigurationSummary> infrastructureConfigurationSummaryList)The list of infrastructure configurations. -
Uses of InfrastructureConfigurationSummary in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type InfrastructureConfigurationSummary Modifier and Type Method Description SdkIterable<InfrastructureConfigurationSummary>ListInfrastructureConfigurationsIterable. infrastructureConfigurationSummaryList()Returns an iterable to iterate through the paginatedListInfrastructureConfigurationsResponse.infrastructureConfigurationSummaryList()member.SdkPublisher<InfrastructureConfigurationSummary>ListInfrastructureConfigurationsPublisher. infrastructureConfigurationSummaryList()Returns a publisher that can be used to get a stream of data.
-