Uses of Interface
software.amazon.awssdk.services.auditmanager.model.ListNotificationsRequest.Builder
-
Packages that use ListNotificationsRequest.Builder Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.model -
-
Uses of ListNotificationsRequest.Builder in software.amazon.awssdk.services.auditmanager
-
Uses of ListNotificationsRequest.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ListNotificationsRequest.Builder Modifier and Type Method Description static ListNotificationsRequest.BuilderListNotificationsRequest. builder()ListNotificationsRequest.BuilderListNotificationsRequest.Builder. maxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListNotificationsRequest.BuilderListNotificationsRequest.Builder. nextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListNotificationsRequest.BuilderListNotificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationsRequest.BuilderListNotificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationsRequest.BuilderListNotificationsRequest. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ListNotificationsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationsRequest.Builder>ListNotificationsRequest. serializableBuilderClass()
-