Uses of Class
software.amazon.awssdk.services.amp.model.ListWorkspacesResponse
-
Packages that use ListWorkspacesResponse Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheussoftware.amazon.awssdk.services.amp.paginators -
-
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp that return ListWorkspacesResponse Modifier and Type Method Description default ListWorkspacesResponseAmpClient. listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted.default ListWorkspacesResponseAmpClient. listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted.Methods in software.amazon.awssdk.services.amp that return types with arguments of type ListWorkspacesResponse Modifier and Type Method Description default CompletableFuture<ListWorkspacesResponse>AmpAsyncClient. listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted.default CompletableFuture<ListWorkspacesResponse>AmpAsyncClient. listWorkspaces(ListWorkspacesRequest listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted. -
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.amp.paginators
Methods in software.amazon.awssdk.services.amp.paginators that return types with arguments of type ListWorkspacesResponse Modifier and Type Method Description Iterator<ListWorkspacesResponse>ListWorkspacesIterable. iterator()Method parameters in software.amazon.awssdk.services.amp.paginators with type arguments of type ListWorkspacesResponse Modifier and Type Method Description voidListWorkspacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber)
-