Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.ListEnvironmentVpcsResponse
-
Packages that use ListEnvironmentVpcsResponse Package Description software.amazon.awssdk.services.migrationhubrefactorspaces Amazon Web Services Migration Hub Refactor Spaces software.amazon.awssdk.services.migrationhubrefactorspaces.paginators -
-
Uses of ListEnvironmentVpcsResponse in software.amazon.awssdk.services.migrationhubrefactorspaces
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces that return ListEnvironmentVpcsResponse Modifier and Type Method Description default ListEnvironmentVpcsResponseMigrationHubRefactorSpacesClient. listEnvironmentVpcs(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest)Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.default ListEnvironmentVpcsResponseMigrationHubRefactorSpacesClient. listEnvironmentVpcs(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest)Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces that return types with arguments of type ListEnvironmentVpcsResponse Modifier and Type Method Description default CompletableFuture<ListEnvironmentVpcsResponse>MigrationHubRefactorSpacesAsyncClient. listEnvironmentVpcs(Consumer<ListEnvironmentVpcsRequest.Builder> listEnvironmentVpcsRequest)Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.default CompletableFuture<ListEnvironmentVpcsResponse>MigrationHubRefactorSpacesAsyncClient. listEnvironmentVpcs(ListEnvironmentVpcsRequest listEnvironmentVpcsRequest)Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment. -
Uses of ListEnvironmentVpcsResponse in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators that return types with arguments of type ListEnvironmentVpcsResponse Modifier and Type Method Description Iterator<ListEnvironmentVpcsResponse>ListEnvironmentVpcsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhubrefactorspaces.paginators with type arguments of type ListEnvironmentVpcsResponse Modifier and Type Method Description voidListEnvironmentVpcsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEnvironmentVpcsResponse> subscriber)
-