Uses of Interface
software.amazon.awssdk.services.appsync.model.DisassociateMergedGraphqlApiResponse.Builder
-
Packages that use DisassociateMergedGraphqlApiResponse.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of DisassociateMergedGraphqlApiResponse.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DisassociateMergedGraphqlApiResponse.Builder Modifier and Type Method Description static DisassociateMergedGraphqlApiResponse.BuilderDisassociateMergedGraphqlApiResponse. builder()DisassociateMergedGraphqlApiResponse.BuilderDisassociateMergedGraphqlApiResponse.Builder. sourceApiAssociationStatus(String sourceApiAssociationStatus)The state of the source API association.DisassociateMergedGraphqlApiResponse.BuilderDisassociateMergedGraphqlApiResponse.Builder. sourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)The state of the source API association.DisassociateMergedGraphqlApiResponse.BuilderDisassociateMergedGraphqlApiResponse. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DisassociateMergedGraphqlApiResponse.Builder Modifier and Type Method Description static Class<? extends DisassociateMergedGraphqlApiResponse.Builder>DisassociateMergedGraphqlApiResponse. serializableBuilderClass()
-