Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.VpcInformation
-
Packages that use VpcInformation Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of VpcInformation in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return VpcInformation Modifier and Type Method Description VpcInformationConnector. vpcInformation()Information of the VPC and security group(s) used with the connector.VpcInformationConnectorSummary. vpcInformation()Information of the VPC and security group(s) used with the connector.VpcInformationCreateConnectorRequest. vpcInformation()Security group IDs that describe the inbound and outbound rules.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type VpcInformation Modifier and Type Method Description Connector.BuilderConnector.Builder. vpcInformation(VpcInformation vpcInformation)Information of the VPC and security group(s) used with the connector.ConnectorSummary.BuilderConnectorSummary.Builder. vpcInformation(VpcInformation vpcInformation)Information of the VPC and security group(s) used with the connector.CreateConnectorRequest.BuilderCreateConnectorRequest.Builder. vpcInformation(VpcInformation vpcInformation)Security group IDs that describe the inbound and outbound rules.
-