Uses of Interface
software.amazon.awssdk.services.vpclattice.model.CreateServiceNetworkVpcAssociationRequest.Builder
-
Packages that use CreateServiceNetworkVpcAssociationRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of CreateServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type CreateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateServiceNetworkVpcAssociationResponse>VpcLatticeAsyncClient. createServiceNetworkVpcAssociation(Consumer<CreateServiceNetworkVpcAssociationRequest.Builder> createServiceNetworkVpcAssociationRequest)Associates a VPC with a service network.default CreateServiceNetworkVpcAssociationResponseVpcLatticeClient. createServiceNetworkVpcAssociation(Consumer<CreateServiceNetworkVpcAssociationRequest.Builder> createServiceNetworkVpcAssociationRequest)Associates a VPC with a service network. -
Uses of CreateServiceNetworkVpcAssociationRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return CreateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest. builder()CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. securityGroupIds(String... securityGroupIds)The IDs of the security groups.CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. securityGroupIds(Collection<String> securityGroupIds)The IDs of the security groups.CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. serviceNetworkIdentifier(String serviceNetworkIdentifier)The ID or Amazon Resource Name (ARN) of the service network.CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. tags(Map<String,String> tags)The tags for the association.CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest. toBuilder()CreateServiceNetworkVpcAssociationRequest.BuilderCreateServiceNetworkVpcAssociationRequest.Builder. vpcIdentifier(String vpcIdentifier)The ID of the VPC.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type CreateServiceNetworkVpcAssociationRequest.Builder Modifier and Type Method Description static Class<? extends CreateServiceNetworkVpcAssociationRequest.Builder>CreateServiceNetworkVpcAssociationRequest. serializableBuilderClass()
-