| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcConfigInput.Builder |
VpcConfigInput.builder() |
VpcConfigInput.Builder |
VpcConfigInput.Builder.securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput.Builder |
VpcConfigInput.Builder.securityGroupIds(String... securityGroupIds)
The IDs of the security groups for this canary.
|
VpcConfigInput.Builder |
VpcConfigInput.Builder.subnetIds(Collection<String> subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigInput.Builder |
VpcConfigInput.Builder.subnetIds(String... subnetIds)
The IDs of the subnets where this canary is to run.
|
VpcConfigInput.Builder |
VpcConfigInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcConfigInput.Builder> |
VpcConfigInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCanaryRequest.Builder |
CreateCanaryRequest.Builder.vpcConfig(Consumer<VpcConfigInput.Builder> vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and
security groups of the VPC endpoint.
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.vpcConfig(Consumer<VpcConfigInput.Builder> vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and
security groups of the VPC endpoint.
|
Copyright © 2022. All rights reserved.