Package | Description |
---|---|
com.amazonaws.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
Future<RegisterOnPremisesInstanceResult> |
AbstractAmazonCodeDeployAsync.registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest request,
AsyncHandler<RegisterOnPremisesInstanceRequest,RegisterOnPremisesInstanceResult> asyncHandler) |
Future<RegisterOnPremisesInstanceResult> |
AmazonCodeDeployAsyncClient.registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest request,
AsyncHandler<RegisterOnPremisesInstanceRequest,RegisterOnPremisesInstanceResult> asyncHandler) |
Future<RegisterOnPremisesInstanceResult> |
AmazonCodeDeployAsync.registerOnPremisesInstanceAsync(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest,
AsyncHandler<RegisterOnPremisesInstanceRequest,RegisterOnPremisesInstanceResult> asyncHandler)
Registers an on-premises instance.
|
Modifier and Type | Method and Description |
---|---|
RegisterOnPremisesInstanceRequest |
RegisterOnPremisesInstanceRequest.clone() |
RegisterOnPremisesInstanceRequest |
RegisterOnPremisesInstanceRequest.withIamSessionArn(String iamSessionArn)
The ARN of the IAM session to associate with the on-premises instance.
|
RegisterOnPremisesInstanceRequest |
RegisterOnPremisesInstanceRequest.withIamUserArn(String iamUserArn)
The ARN of the user to associate with the on-premises instance.
|
RegisterOnPremisesInstanceRequest |
RegisterOnPremisesInstanceRequest.withInstanceName(String instanceName)
The name of the on-premises instance to register.
|
Copyright © 2023. All rights reserved.