| 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 ListDatabasesResponse |
SsmSapClient.listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
default CompletableFuture<ListDatabasesResponse> |
SsmSapAsyncClient.listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
default ListDatabasesIterable |
SsmSapClient.listDatabasesPaginator(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
default ListDatabasesPublisher |
SsmSapAsyncClient.listDatabasesPaginator(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)
Lists the SAP HANA databases of an application registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.applicationId(String applicationId)
The ID of the application.
|
static ListDatabasesRequest.Builder |
ListDatabasesRequest.builder() |
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.componentId(String componentId)
The ID of the component.
|
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatabasesRequest.Builder |
ListDatabasesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDatabasesRequest.Builder |
ListDatabasesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDatabasesRequest.Builder> |
ListDatabasesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.