Uses of Class
software.amazon.awssdk.services.appsync.model.SourceApiAssociationStatus
-
Packages that use SourceApiAssociationStatus Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SourceApiAssociationStatus in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return SourceApiAssociationStatus Modifier and Type Method Description static SourceApiAssociationStatusSourceApiAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceApiAssociationStatusDisassociateMergedGraphqlApiResponse. sourceApiAssociationStatus()The state of the source API association.SourceApiAssociationStatusDisassociateSourceGraphqlApiResponse. sourceApiAssociationStatus()The state of the source API association.SourceApiAssociationStatusSourceApiAssociation. sourceApiAssociationStatus()The state of the source API association.SourceApiAssociationStatusStartSchemaMergeResponse. sourceApiAssociationStatus()The state of the source API association.static SourceApiAssociationStatusSourceApiAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceApiAssociationStatus[]SourceApiAssociationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type SourceApiAssociationStatus Modifier and Type Method Description static Set<SourceApiAssociationStatus>SourceApiAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type SourceApiAssociationStatus Modifier and Type Method Description DisassociateMergedGraphqlApiResponse.BuilderDisassociateMergedGraphqlApiResponse.Builder. sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)The state of the source API association.DisassociateSourceGraphqlApiResponse.BuilderDisassociateSourceGraphqlApiResponse.Builder. sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)The state of the source API association.SourceApiAssociation.BuilderSourceApiAssociation.Builder. sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)The state of the source API association.StartSchemaMergeResponse.BuilderStartSchemaMergeResponse.Builder. sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)The state of the source API association.
-