Uses of Enum
software.amazon.awssdk.services.cloudformation.model.Visibility
Packages that use Visibility
-
Uses of Visibility in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VisibilityReturns 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.final VisibilityDescribeTypeResponse.visibility()The scope at which the extension is visible and usable in CloudFormation operations.final 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 VisibilityMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type VisibilityModifier and TypeMethodDescriptionDescribeTypeResponse.Builder.visibility(Visibility visibility) The scope at which the extension is visible and usable in CloudFormation operations.ListTypesRequest.Builder.visibility(Visibility visibility) The scope at which the extensions are visible and usable in CloudFormation operations.