| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDetail |
ConstraintDetail.clone() |
ConstraintDetail |
UpdateConstraintResult.getConstraintDetail()
Information about the constraint.
|
ConstraintDetail |
CreateConstraintResult.getConstraintDetail()
Information about the constraint.
|
ConstraintDetail |
DescribeConstraintResult.getConstraintDetail()
Information about the constraint.
|
ConstraintDetail |
ConstraintDetail.withConstraintId(String constraintId)
The identifier of the constraint.
|
ConstraintDetail |
ConstraintDetail.withDescription(String description)
The description of the constraint.
|
ConstraintDetail |
ConstraintDetail.withOwner(String owner)
The owner of the constraint.
|
ConstraintDetail |
ConstraintDetail.withPortfolioId(String portfolioId)
The identifier of the portfolio the product resides in.
|
ConstraintDetail |
ConstraintDetail.withProductId(String productId)
The identifier of the product the constraint applies to.
|
ConstraintDetail |
ConstraintDetail.withType(String type)
The type of constraint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintDetail> |
ListConstraintsForPortfolioResult.getConstraintDetails()
Information about the constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConstraintResult.setConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
void |
CreateConstraintResult.setConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
void |
DescribeConstraintResult.setConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
UpdateConstraintResult |
UpdateConstraintResult.withConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
CreateConstraintResult |
CreateConstraintResult.withConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
DescribeConstraintResult |
DescribeConstraintResult.withConstraintDetail(ConstraintDetail constraintDetail)
Information about the constraint.
|
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.withConstraintDetails(ConstraintDetail... constraintDetails)
Information about the constraints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConstraintsForPortfolioResult.setConstraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
|
ListConstraintsForPortfolioResult |
ListConstraintsForPortfolioResult.withConstraintDetails(Collection<ConstraintDetail> constraintDetails)
Information about the constraints.
|
Copyright © 2020. All rights reserved.