Uses of Interface
com.hashicorp.cdktf.providers.aws.provider.AwsProviderEndpoints
-
Packages that use AwsProviderEndpoints Package Description com.hashicorp.cdktf.providers.aws.provider provider -
-
Uses of AwsProviderEndpoints in com.hashicorp.cdktf.providers.aws.provider
Classes in com.hashicorp.cdktf.providers.aws.provider that implement AwsProviderEndpoints Modifier and Type Class Description static classAwsProviderEndpoints.Jsii$ProxyAn implementation forAwsProviderEndpointsMethods in com.hashicorp.cdktf.providers.aws.provider that return AwsProviderEndpoints Modifier and Type Method Description AwsProviderEndpointsAwsProviderEndpoints.Builder. build()Builds the configured instance.Method parameters in com.hashicorp.cdktf.providers.aws.provider with type arguments of type AwsProviderEndpoints Modifier and Type Method Description AwsProvider.BuilderAwsProvider.Builder. endpoints(List<? extends AwsProviderEndpoints> endpoints)endpoints block.AwsProviderConfig.BuilderAwsProviderConfig.Builder. endpoints(List<? extends AwsProviderEndpoints> endpoints)Sets the value ofAwsProviderConfig.getEndpoints()voidAwsProvider. setEndpoints(List<AwsProviderEndpoints> value)
-