Uses of Class
software.amazon.awssdk.services.amp.model.ListWorkspacesRequest
-
Packages that use ListWorkspacesRequest Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheussoftware.amazon.awssdk.services.amp.paginators software.amazon.awssdk.services.amp.transform -
-
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.amp
Methods in software.amazon.awssdk.services.amp with parameters of type ListWorkspacesRequest Modifier and Type Method Description default CompletableFuture<ListWorkspacesResponse>AmpAsyncClient. listWorkspaces(ListWorkspacesRequest 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.default ListWorkspacesPublisherAmpAsyncClient. listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted.default ListWorkspacesIterableAmpClient. listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest)Lists all AMP workspaces, including workspaces being created or deleted. -
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.amp.paginators
Constructors in software.amazon.awssdk.services.amp.paginators with parameters of type ListWorkspacesRequest Constructor Description ListWorkspacesIterable(AmpClient client, ListWorkspacesRequest firstRequest)ListWorkspacesPublisher(AmpAsyncClient client, ListWorkspacesRequest firstRequest) -
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.amp.transform
Methods in software.amazon.awssdk.services.amp.transform with parameters of type ListWorkspacesRequest Modifier and Type Method Description SdkHttpFullRequestListWorkspacesRequestMarshaller. marshall(ListWorkspacesRequest listWorkspacesRequest)
-