Uses of Class
software.amazon.awssdk.services.cloudformation.model.Visibility
-
Packages that use Visibility Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Visibility in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Visibility Modifier and Type Method Description static VisibilityVisibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VisibilityVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static Visibility[]Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.VisibilityDescribeTypeResponse. visibility()The scope at which the extension is visible and usable in CloudFormation operations.VisibilityListTypesRequest. visibility()The scope at which the extensions are visible and usable in CloudFormation operations.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Visibility Modifier and Type Method Description static Set<Visibility>Visibility. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type Visibility Modifier and Type Method Description DescribeTypeResponse.BuilderDescribeTypeResponse.Builder. visibility(Visibility visibility)The scope at which the extension is visible and usable in CloudFormation operations.ListTypesRequest.BuilderListTypesRequest.Builder. visibility(Visibility visibility)The scope at which the extensions are visible and usable in CloudFormation operations.
-