Uses of Interface
software.amazon.awssdk.services.grafana.model.ListWorkspacesRequest.Builder
-
Packages that use ListWorkspacesRequest.Builder Package Description software.amazon.awssdk.services.grafana Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources.software.amazon.awssdk.services.grafana.model -
-
Uses of ListWorkspacesRequest.Builder in software.amazon.awssdk.services.grafana
-
Uses of ListWorkspacesRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return ListWorkspacesRequest.Builder Modifier and Type Method Description static ListWorkspacesRequest.BuilderListWorkspacesRequest. builder()ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. maxResults(Integer maxResults)The maximum number of workspaces to include in the results.ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. nextToken(String nextToken)The token for the next set of workspaces to return.ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkspacesRequest.BuilderListWorkspacesRequest. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type ListWorkspacesRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkspacesRequest.Builder>ListWorkspacesRequest. serializableBuilderClass()
-