Uses of Class
software.amazon.awssdk.services.proton.model.EnvironmentAccountConnectionSummary
-
Packages that use EnvironmentAccountConnectionSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of EnvironmentAccountConnectionSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type EnvironmentAccountConnectionSummary Modifier and Type Method Description List<EnvironmentAccountConnectionSummary>ListEnvironmentAccountConnectionsResponse. environmentAccountConnections()An array of environment account connections with details that's returned by Proton.Methods in software.amazon.awssdk.services.proton.model with parameters of type EnvironmentAccountConnectionSummary Modifier and Type Method Description ListEnvironmentAccountConnectionsResponse.BuilderListEnvironmentAccountConnectionsResponse.Builder. environmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)An array of environment account connections with details that's returned by Proton.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type EnvironmentAccountConnectionSummary Modifier and Type Method Description ListEnvironmentAccountConnectionsResponse.BuilderListEnvironmentAccountConnectionsResponse.Builder. environmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)An array of environment account connections with details that's returned by Proton. -
Uses of EnvironmentAccountConnectionSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type EnvironmentAccountConnectionSummary Modifier and Type Method Description SdkIterable<EnvironmentAccountConnectionSummary>ListEnvironmentAccountConnectionsIterable. environmentAccountConnections()Returns an iterable to iterate through the paginatedListEnvironmentAccountConnectionsResponse.environmentAccountConnections()member.SdkPublisher<EnvironmentAccountConnectionSummary>ListEnvironmentAccountConnectionsPublisher. environmentAccountConnections()Returns a publisher that can be used to get a stream of data.
-