| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
VpcInformation |
VpcInformation.clone() |
VpcInformation |
Connector.getVpcInformation()
Information of the VPC and security group(s) used with the connector.
|
VpcInformation |
CreateConnectorRequest.getVpcInformation()
Security group IDs that describe the inbound and outbound rules.
|
VpcInformation |
ConnectorSummary.getVpcInformation()
Information of the VPC and security group(s) used with the connector.
|
VpcInformation |
VpcInformation.withSecurityGroupIds(Collection<String> securityGroupIds)
The security groups used with the connector.
|
VpcInformation |
VpcInformation.withSecurityGroupIds(String... securityGroupIds)
The security groups used with the connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.setVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
void |
CreateConnectorRequest.setVpcInformation(VpcInformation vpcInformation)
Security group IDs that describe the inbound and outbound rules.
|
void |
ConnectorSummary.setVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
Connector |
Connector.withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
CreateConnectorRequest |
CreateConnectorRequest.withVpcInformation(VpcInformation vpcInformation)
Security group IDs that describe the inbound and outbound rules.
|
ConnectorSummary |
ConnectorSummary.withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
Copyright © 2024. All rights reserved.