Uses of Interface
software.amazon.awssdk.services.amp.model.ListWorkspacesRequest.Builder
-
Packages that use ListWorkspacesRequest.Builder Package Description software.amazon.awssdk.services.amp Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale.software.amazon.awssdk.services.amp.model -
-
Uses of ListWorkspacesRequest.Builder in software.amazon.awssdk.services.amp
-
Uses of ListWorkspacesRequest.Builder in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return ListWorkspacesRequest.Builder Modifier and Type Method Description ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. alias(String alias)If this is included, it filters the results to only the workspaces with names that start with the value that you specify here.static ListWorkspacesRequest.BuilderListWorkspacesRequest. builder()ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. maxResults(Integer maxResults)The maximum number of workspaces to return per request.ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. nextToken(String nextToken)The token for the next set of items 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.amp.model that return types with arguments of type ListWorkspacesRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkspacesRequest.Builder>ListWorkspacesRequest. serializableBuilderClass()
-