| 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<GetComponentResponse> |
SsmSapAsyncClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
default GetComponentResponse |
SsmSapClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Gets the component of an application registered with AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
GetComponentRequest.Builder |
GetComponentRequest.Builder.applicationId(String applicationId)
|
static GetComponentRequest.Builder |
GetComponentRequest.builder() |
GetComponentRequest.Builder |
GetComponentRequest.Builder.componentId(String componentId)
|
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComponentRequest.Builder |
GetComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetComponentRequest.Builder |
GetComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetComponentRequest.Builder> |
GetComponentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.