| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
List<VpcConfig> |
ServerlessRequest.vpcConfigs()
The configuration of the Amazon VPCs for the cluster.
|
List<VpcConfig> |
Serverless.vpcConfigs()
The configuration of the Amazon VPCs for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ServerlessRequest.Builder |
ServerlessRequest.Builder.vpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
Serverless.Builder |
Serverless.Builder.vpcConfigs(VpcConfig... vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ServerlessRequest.Builder |
ServerlessRequest.Builder.vpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
Serverless.Builder |
Serverless.Builder.vpcConfigs(Collection<VpcConfig> vpcConfigs)
The configuration of the Amazon VPCs for the cluster.
|
Copyright © 2023. All rights reserved.