| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
VpcConnector |
VpcConnector.clone() |
VpcConnector |
DescribeVpcConnectorResult.getVpcConnector()
A description of the App Runner VPC connector that you specified in this request.
|
VpcConnector |
CreateVpcConnectorResult.getVpcConnector()
A description of the App Runner VPC connector that's created by this request.
|
VpcConnector |
DeleteVpcConnectorResult.getVpcConnector()
A description of the App Runner VPC connector that this request just deleted.
|
VpcConnector |
VpcConnector.withCreatedAt(Date createdAt)
The time when the VPC connector was created.
|
VpcConnector |
VpcConnector.withDeletedAt(Date deletedAt)
The time when the VPC connector was deleted.
|
VpcConnector |
VpcConnector.withSecurityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the
specified subnets.
|
VpcConnector |
VpcConnector.withSecurityGroups(String... securityGroups)
A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the
specified subnets.
|
VpcConnector |
VpcConnector.withStatus(String status)
The current state of the VPC connector.
|
VpcConnector |
VpcConnector.withStatus(VpcConnectorStatus status)
The current state of the VPC connector.
|
VpcConnector |
VpcConnector.withSubnets(Collection<String> subnets)
A list of IDs of subnets that App Runner uses for your service.
|
VpcConnector |
VpcConnector.withSubnets(String... subnets)
A list of IDs of subnets that App Runner uses for your service.
|
VpcConnector |
VpcConnector.withVpcConnectorArn(String vpcConnectorArn)
The Amazon Resource Name (ARN) of this VPC connector.
|
VpcConnector |
VpcConnector.withVpcConnectorName(String vpcConnectorName)
The customer-provided VPC connector name.
|
VpcConnector |
VpcConnector.withVpcConnectorRevision(Integer vpcConnectorRevision)
The revision of this VPC connector.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcConnector> |
ListVpcConnectorsResult.getVpcConnectors()
A list of information records for VPC connectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcConnectorResult.setVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
|
void |
CreateVpcConnectorResult.setVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that's created by this request.
|
void |
DeleteVpcConnectorResult.setVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that this request just deleted.
|
DescribeVpcConnectorResult |
DescribeVpcConnectorResult.withVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
|
CreateVpcConnectorResult |
CreateVpcConnectorResult.withVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that's created by this request.
|
DeleteVpcConnectorResult |
DeleteVpcConnectorResult.withVpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that this request just deleted.
|
ListVpcConnectorsResult |
ListVpcConnectorsResult.withVpcConnectors(VpcConnector... vpcConnectors)
A list of information records for VPC connectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcConnectorsResult.setVpcConnectors(Collection<VpcConnector> vpcConnectors)
A list of information records for VPC connectors.
|
ListVpcConnectorsResult |
ListVpcConnectorsResult.withVpcConnectors(Collection<VpcConnector> vpcConnectors)
A list of information records for VPC connectors.
|
Copyright © 2023. All rights reserved.