| Modifier and Type | Method and Description |
|---|---|
default AcceptLanguage |
PortfolioProps.getAcceptLanguage()
(experimental) The accept language.
|
AcceptLanguage |
PortfolioProps.Jsii$Proxy.getAcceptLanguage() |
default AcceptLanguage |
PortfolioShareOptions.getAcceptLanguage()
(experimental) The accept language of the share.
|
AcceptLanguage |
PortfolioShareOptions.Jsii$Proxy.getAcceptLanguage() |
default AcceptLanguage |
CloudFormationProductProps.getAcceptLanguage()
(experimental) The language code.
|
AcceptLanguage |
CloudFormationProductProps.Jsii$Proxy.getAcceptLanguage() |
static AcceptLanguage |
AcceptLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptLanguage[] |
AcceptLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Portfolio.Builder |
Portfolio.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
(experimental) The accept language.
|
PortfolioProps.Builder |
PortfolioProps.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
Sets the value of
PortfolioProps.getAcceptLanguage() |
PortfolioShareOptions.Builder |
PortfolioShareOptions.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
Sets the value of
PortfolioShareOptions.getAcceptLanguage() |
CloudFormationProductProps.Builder |
CloudFormationProductProps.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
Sets the value of
CloudFormationProductProps.getAcceptLanguage() |
CloudFormationProduct.Builder |
CloudFormationProduct.Builder.acceptLanguage(AcceptLanguage acceptLanguage)
(experimental) The language code.
|
| Constructor and Description |
|---|
Jsii$Proxy(AcceptLanguage acceptLanguage,
Boolean shareTagOptions)
Constructor that initializes the object based on literal property values passed by the
PortfolioShareOptions.Builder. |
Jsii$Proxy(String displayName,
String providerName,
AcceptLanguage acceptLanguage,
String description)
Constructor that initializes the object based on literal property values passed by the
PortfolioProps.Builder. |
Jsii$Proxy(String owner,
String productName,
List<? extends CloudFormationProductVersion> productVersions,
AcceptLanguage acceptLanguage,
String description,
String distributor,
Boolean replaceProductVersionIds,
String supportDescription,
String supportEmail,
String supportUrl)
Constructor that initializes the object based on literal property values passed by the
CloudFormationProductProps.Builder. |
Copyright © 2021. All rights reserved.