| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAgentResponse> |
DataSyncAsyncClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest)
Activates an AWS DataSync agent that you have deployed on your host.
|
default CreateAgentResponse |
DataSyncClient.createAgent(Consumer<CreateAgentRequest.Builder> createAgentRequest)
Activates an AWS DataSync agent that you have deployed on your host.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.activationKey(String activationKey)
Your agent activation key.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.agentName(String agentName)
The name you configured for your agent.
|
static CreateAgentRequest.Builder |
CreateAgentRequest.builder() |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.Builder.tags(TagListEntry... tags)
The key-value pair that represents the tag that you want to associate with the agent.
|
CreateAgentRequest.Builder |
CreateAgentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAgentRequest.Builder> |
CreateAgentRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.