Uses of Interface
software.amazon.awssdk.services.deadline.model.ListMonitorsRequest.Builder
-
Packages that use ListMonitorsRequest.Builder Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.model -
-
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.deadline
-
Uses of ListMonitorsRequest.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return ListMonitorsRequest.Builder Modifier and Type Method Description static ListMonitorsRequest.BuilderListMonitorsRequest. builder()ListMonitorsRequest.BuilderListMonitorsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListMonitorsRequest.BuilderListMonitorsRequest.Builder. nextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListMonitorsRequest.BuilderListMonitorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMonitorsRequest.BuilderListMonitorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMonitorsRequest.BuilderListMonitorsRequest. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type ListMonitorsRequest.Builder Modifier and Type Method Description static Class<? extends ListMonitorsRequest.Builder>ListMonitorsRequest. serializableBuilderClass()
-