| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static PortfolioShareType |
PortfolioShareType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PortfolioShareType |
ListAcceptedPortfolioSharesRequest.portfolioShareType()
The type of shared portfolios to list.
|
PortfolioShareType |
AcceptPortfolioShareRequest.portfolioShareType()
The type of shared portfolios to accept.
|
PortfolioShareType |
RejectPortfolioShareRequest.portfolioShareType()
The type of shared portfolios to reject.
|
static PortfolioShareType |
PortfolioShareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortfolioShareType[] |
PortfolioShareType.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<PortfolioShareType> |
PortfolioShareType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListAcceptedPortfolioSharesRequest.Builder |
ListAcceptedPortfolioSharesRequest.Builder.portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to list.
|
AcceptPortfolioShareRequest.Builder |
AcceptPortfolioShareRequest.Builder.portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to accept.
|
RejectPortfolioShareRequest.Builder |
RejectPortfolioShareRequest.Builder.portfolioShareType(PortfolioShareType portfolioShareType)
The type of shared portfolios to reject.
|
Copyright © 2023. All rights reserved.