| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListComponentsResponse> |
SsmSapAsyncClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
default ListComponentsResponse |
SsmSapClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
default ListComponentsPublisher |
SsmSapAsyncClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
default ListComponentsIterable |
SsmSapClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest)
Lists all the components registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.applicationId(String applicationId)
The ID of the application.
|
static ListComponentsRequest.Builder |
ListComponentsRequest.builder() |
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListComponentsRequest.Builder |
ListComponentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListComponentsRequest.Builder> |
ListComponentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.