Uses of Interface
software.amazon.awssdk.services.ssmsap.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.Builder Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP.software.amazon.awssdk.services.ssmsap.model -
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.ssmsap
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return ListComponentsRequest.Builder Modifier and Type Method Description ListComponentsRequest.BuilderListComponentsRequest.Builder. applicationId(String applicationId)The ID of the application.static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return with a single call.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)The token for the next page of results.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-