Uses of Interface
software.amazon.awssdk.services.appsync.model.UpdateApiKeyResponse.Builder
-
Packages that use UpdateApiKeyResponse.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of UpdateApiKeyResponse.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return UpdateApiKeyResponse.Builder Modifier and Type Method Description default UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. apiKey(Consumer<ApiKey.Builder> apiKey)The API key.UpdateApiKeyResponse.BuilderUpdateApiKeyResponse.Builder. apiKey(ApiKey apiKey)The API key.static UpdateApiKeyResponse.BuilderUpdateApiKeyResponse. builder()UpdateApiKeyResponse.BuilderUpdateApiKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type UpdateApiKeyResponse.Builder Modifier and Type Method Description static Class<? extends UpdateApiKeyResponse.Builder>UpdateApiKeyResponse. serializableBuilderClass()
-