Uses of Interface
software.amazon.awssdk.services.grafana.model.ListWorkspaceServiceAccountTokensRequest.Builder
-
Packages that use ListWorkspaceServiceAccountTokensRequest.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 ListWorkspaceServiceAccountTokensRequest.Builder in software.amazon.awssdk.services.grafana
-
Uses of ListWorkspaceServiceAccountTokensRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return ListWorkspaceServiceAccountTokensRequest.Builder Modifier and Type Method Description static ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest. builder()ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. maxResults(Integer maxResults)The maximum number of tokens to include in the results.ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. nextToken(String nextToken)The token for the next set of service accounts to return.ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. serviceAccountId(String serviceAccountId)The ID of the service account for which to return tokens.ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest. toBuilder()ListWorkspaceServiceAccountTokensRequest.BuilderListWorkspaceServiceAccountTokensRequest.Builder. workspaceId(String workspaceId)The ID of the workspace for which to return tokens.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type ListWorkspaceServiceAccountTokensRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkspaceServiceAccountTokensRequest.Builder>ListWorkspaceServiceAccountTokensRequest. serializableBuilderClass()
-