| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model | |
| software.amazon.awssdk.services.proton.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetComponentResponse> |
ProtonAsyncClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Get detailed data for a component.
|
default GetComponentResponse |
ProtonClient.getComponent(Consumer<GetComponentRequest.Builder> getComponentRequest)
Get detailed data for a component.
|
| Modifier and Type | Method and Description |
|---|---|
static GetComponentRequest.Builder |
GetComponentRequest.builder() |
GetComponentRequest.Builder |
GetComponentRequest.Builder.name(String name)
The name of the component that you want to get the detailed data for.
|
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 © 2023. All rights reserved.