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