Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.AssociationOption
-
Packages that use AssociationOption Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AssociationOption in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AssociationOption Modifier and Type Method Description static AssociationOptionAssociationOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociationOptionAssociationOption. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationOption[]AssociationOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AssociationOption Modifier and Type Method Description static Set<AssociationOption>AssociationOption. knownValues()List<AssociationOption>AssociateResourceRequest. options()Determines whether an application tag is applied or skipped.List<AssociationOption>AssociateResourceResponse. options()Determines whether an application tag is applied or skipped.List<AssociationOption>GetAssociatedResourceResponse. options()Determines whether an application tag is applied or skipped.List<AssociationOption>ResourceInfo. options()Determines whether an application tag is applied or skipped.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type AssociationOption Modifier and Type Method Description AssociateResourceRequest.BuilderAssociateResourceRequest.Builder. options(AssociationOption... options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.BuilderAssociateResourceResponse.Builder. options(AssociationOption... options)Determines whether an application tag is applied or skipped.GetAssociatedResourceResponse.BuilderGetAssociatedResourceResponse.Builder. options(AssociationOption... options)Determines whether an application tag is applied or skipped.ResourceInfo.BuilderResourceInfo.Builder. options(AssociationOption... options)Determines whether an application tag is applied or skipped.Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type AssociationOption Modifier and Type Method Description AssociateResourceRequest.BuilderAssociateResourceRequest.Builder. options(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.AssociateResourceResponse.BuilderAssociateResourceResponse.Builder. options(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.GetAssociatedResourceResponse.BuilderGetAssociatedResourceResponse.Builder. options(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.ResourceInfo.BuilderResourceInfo.Builder. options(Collection<AssociationOption> options)Determines whether an application tag is applied or skipped.
-