Uses of Class
software.amazon.awssdk.services.braket.model.AssociationType
-
Packages that use AssociationType Package Description software.amazon.awssdk.services.braket.model -
-
Uses of AssociationType in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return AssociationType Modifier and Type Method Description static AssociationTypeAssociationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssociationTypeAssociation. type()The association type for the specified Amazon Braket resource arn.static AssociationTypeAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationType[]AssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type AssociationType Modifier and Type Method Description static Set<AssociationType>AssociationType. knownValues()Methods in software.amazon.awssdk.services.braket.model with parameters of type AssociationType Modifier and Type Method Description Association.BuilderAssociation.Builder. type(AssociationType type)The association type for the specified Amazon Braket resource arn.
-