Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
Packages that use UpdateAccountResponse.Builder
-
Uses of UpdateAccountResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateAccountResponse.BuilderModifier and TypeMethodDescriptionUpdateAccountResponse.Builder.apiKeyVersion(String apiKeyVersion) The version of the API keys used for the account.UpdateAccountResponse.builder()UpdateAccountResponse.Builder.cloudwatchRoleArn(String cloudwatchRoleArn) The ARN of an Amazon CloudWatch role for the current Account.A list of features supported for the account.UpdateAccountResponse.Builder.features(Collection<String> features) A list of features supported for the account.default UpdateAccountResponse.BuilderUpdateAccountResponse.Builder.throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings) Specifies the API request limits configured for the current Account.UpdateAccountResponse.Builder.throttleSettings(ThrottleSettings throttleSettings) Specifies the API request limits configured for the current Account.UpdateAccountResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateAccountResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAccountResponse.Builder>UpdateAccountResponse.serializableBuilderClass()