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