| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribePortfolioShareType |
DescribePortfolioShareType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DescribePortfolioShareType |
PortfolioShareDetail.type()
The type of the portfolio share.
|
DescribePortfolioShareType |
DescribePortfolioSharesRequest.type()
The type of portfolio share to summarize.
|
static DescribePortfolioShareType |
DescribePortfolioShareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribePortfolioShareType[] |
DescribePortfolioShareType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DescribePortfolioShareType> |
DescribePortfolioShareType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PortfolioShareDetail.Builder |
PortfolioShareDetail.Builder.type(DescribePortfolioShareType type)
The type of the portfolio share.
|
DescribePortfolioSharesRequest.Builder |
DescribePortfolioSharesRequest.Builder.type(DescribePortfolioShareType type)
The type of portfolio share to summarize.
|
Copyright © 2023. All rights reserved.