| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcConnectorResult> |
AWSAppRunnerAsyncClient.createVpcConnectorAsync(CreateVpcConnectorRequest request,
AsyncHandler<CreateVpcConnectorRequest,CreateVpcConnectorResult> asyncHandler) |
Future<CreateVpcConnectorResult> |
AWSAppRunnerAsync.createVpcConnectorAsync(CreateVpcConnectorRequest createVpcConnectorRequest,
AsyncHandler<CreateVpcConnectorRequest,CreateVpcConnectorResult> asyncHandler)
Create an App Runner VPC connector resource.
|
Future<CreateVpcConnectorResult> |
AbstractAWSAppRunnerAsync.createVpcConnectorAsync(CreateVpcConnectorRequest request,
AsyncHandler<CreateVpcConnectorRequest,CreateVpcConnectorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.clone() |
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withSecurityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the
specified subnets.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withSecurityGroups(String... securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the
specified subnets.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withSubnets(Collection<String> subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withSubnets(String... subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withTags(Collection<Tag> tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withTags(Tag... tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withVpcConnectorName(String vpcConnectorName)
A name for the VPC connector.
|
Copyright © 2022. All rights reserved.