Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.EnvironmentVpc
-
Packages that use EnvironmentVpc Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model software.amazon.awssdk.services.migrationhubrefactorspaces.paginators -
-
Uses of EnvironmentVpc in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type EnvironmentVpc Modifier and Type Method Description List<EnvironmentVpc>ListEnvironmentVpcsResponse. environmentVpcList()The list ofEnvironmentVpcobjects.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type EnvironmentVpc Modifier and Type Method Description ListEnvironmentVpcsResponse.BuilderListEnvironmentVpcsResponse.Builder. environmentVpcList(EnvironmentVpc... environmentVpcList)The list ofEnvironmentVpcobjects.Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.model with type arguments of type EnvironmentVpc Modifier and Type Method Description ListEnvironmentVpcsResponse.BuilderListEnvironmentVpcsResponse.Builder. environmentVpcList(Collection<EnvironmentVpc> environmentVpcList)The list ofEnvironmentVpcobjects. -
Uses of EnvironmentVpc in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators that return types with arguments of type EnvironmentVpc Modifier and Type Method Description SdkIterable<EnvironmentVpc>ListEnvironmentVpcsIterable. environmentVpcList()Returns an iterable to iterate through the paginatedListEnvironmentVpcsResponse.environmentVpcList()member.SdkPublisher<EnvironmentVpc>ListEnvironmentVpcsPublisher. environmentVpcList()Returns a publisher that can be used to get a stream of data.
-