Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AcceptJsonInterceptor - Class in software.amazon.awssdk.services.apigateway.internal
 
AcceptJsonInterceptor() - Constructor for class software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor
 
accepts() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
The content-type of the export, for example application/json.
accepts(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
The content-type of the export, for example application/json.
AccessLogSettings - Class in software.amazon.awssdk.services.apigateway.model
Access log settings, including the access log format and access log destination ARN.
accessLogSettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Settings for logging access in this stage.
accessLogSettings(AccessLogSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Settings for logging access in this stage.
accessLogSettings(Consumer<AccessLogSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Settings for logging access in this stage.
accessLogSettings() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Settings for logging access in this stage.
accessLogSettings(AccessLogSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Settings for logging access in this stage.
accessLogSettings(Consumer<AccessLogSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Settings for logging access in this stage.
accessLogSettings() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Settings for logging access in this stage.
accessLogSettings(AccessLogSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Settings for logging access in this stage.
accessLogSettings(Consumer<AccessLogSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Settings for logging access in this stage.
accessLogSettings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Settings for logging access in this stage.
accessLogSettings(AccessLogSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Settings for logging access in this stage.
accessLogSettings(Consumer<AccessLogSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Settings for logging access in this stage.
AccessLogSettings.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
additionalContext() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Optional] A key-value map of additional context variables.
additionalContext(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Optional] A key-value map of additional context variables.
ApiGatewayAsyncClient - Interface in software.amazon.awssdk.services.apigateway
Service client for accessing Amazon API Gateway asynchronously.
ApiGatewayAsyncClientBuilder - Interface in software.amazon.awssdk.services.apigateway
A builder for creating an instance of ApiGatewayAsyncClient.
ApiGatewayBaseClientBuilder<B extends ApiGatewayBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.apigateway
This includes configuration specific to Amazon API Gateway that is supported by both ApiGatewayClientBuilder and ApiGatewayAsyncClientBuilder.
ApiGatewayClient - Interface in software.amazon.awssdk.services.apigateway
Service client for accessing Amazon API Gateway.
ApiGatewayClientBuilder - Interface in software.amazon.awssdk.services.apigateway
A builder for creating an instance of ApiGatewayClient.
ApiGatewayException - Exception in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayException(ApiGatewayException.Builder) - Constructor for exception software.amazon.awssdk.services.apigateway.model.ApiGatewayException
 
ApiGatewayException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayException.BuilderImpl - Class in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayRequest - Class in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayRequest(ApiGatewayRequest.Builder) - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest
 
ApiGatewayRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayRequest.BuilderImpl - Class in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayResponse - Class in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayResponse(ApiGatewayResponse.Builder) - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse
 
ApiGatewayResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayResponse.BuilderImpl - Class in software.amazon.awssdk.services.apigateway.model
 
ApiGatewayResponseMetadata - Class in software.amazon.awssdk.services.apigateway.model
 
apiId() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
API Id of the associated API stage in a usage plan.
apiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiStage.Builder
API Id of the associated API stage in a usage plan.
ApiKey - Class in software.amazon.awssdk.services.apigateway.model
A resource that can be distributed to callers for executing Method resources that require an API key.
apiKey() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
[Required] The identifier of the ApiKey resource to be deleted.
apiKey(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest.Builder
[Required] The identifier of the ApiKey resource to be deleted.
apiKey() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
[Required] The identifier of the ApiKey resource.
apiKey(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
[Required] The identifier of the ApiKey resource.
apiKey() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
[Required] The identifier of the ApiKey resource to be updated.
apiKey(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
[Required] The identifier of the ApiKey resource to be updated.
ApiKey.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.Method
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
Specifies whether the method requires a valid ApiKey.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSnapshot.Builder
Specifies whether the method requires a valid ApiKey.
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Specifies whether the method required a valid ApiKey.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
Specifies whether the method required a valid ApiKey.
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
apiKeyRequired(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A boolean flag specifying whether a valid ApiKey is required to invoke this method.
ApiKeysFormat - Enum in software.amazon.awssdk.services.apigateway.model
 
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySource(ApiKeySourceType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The source of the API key for metering requests according to a usage plan.
apiKeySourceAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The source of the API key for metering requests according to a usage plan.
ApiKeySourceType - Enum in software.amazon.awssdk.services.apigateway.model
 
apiKeyVersion() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
The version of the API keys used for the account.
apiKeyVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
The version of the API keys used for the account.
apiKeyVersion() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
The version of the API keys used for the account.
apiKeyVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
The version of the API keys used for the account.
ApiStage - Class in software.amazon.awssdk.services.apigateway.model
API stage name of the associated API stage in a usage plan.
ApiStage.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
apiStages() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
The associated API stages of the usage plan.
apiStages(Collection<ApiStage>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The associated API stages of the usage plan.
apiStages(ApiStage...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The associated API stages of the usage plan.
apiStages(Consumer<ApiStage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The associated API stages of the usage plan.
apiStages() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The associated API stages of a usage plan.
apiStages(Collection<ApiStage>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(ApiStage...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(Consumer<ApiStage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The associated API stages of a usage plan.
apiStages(Collection<ApiStage>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(ApiStage...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(Consumer<ApiStage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The associated API stages of a usage plan.
apiStages(Collection<ApiStage>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(ApiStage...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages(Consumer<ApiStage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The associated API stages of a usage plan.
apiStages() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The associated API stages of a usage plan.
apiStages(Collection<ApiStage>) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The associated API stages of a usage plan.
apiStages(ApiStage...) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The associated API stages of a usage plan.
apiStages(Consumer<ApiStage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The associated API stages of a usage plan.
apiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary(Map<String, ? extends Map<String, MethodSnapshot>>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse.Builder
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary(Map<String, ? extends Map<String, MethodSnapshot>>) - Method in interface software.amazon.awssdk.services.apigateway.model.Deployment.Builder
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary(Map<String, ? extends Map<String, MethodSnapshot>>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse.Builder
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary(Map<String, ? extends Map<String, MethodSnapshot>>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse.Builder
A summary of the RestApi at the date and time that the deployment resource was created.
authorization() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
Returns the value of the Authorization property for this object.
authorization(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
Sets the value of the Authorization property for this object.
authorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
A list of authorization scopes configured on the method.
authorizationScopes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationScopes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.Method
A list of authorization scopes configured on the method.
authorizationScopes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A list of authorization scopes configured on the method.
authorizationScopes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A list of authorization scopes configured on the method.
authorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
A list of authorization scopes configured on the method.
authorizationScopes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
A list of authorization scopes configured on the method.
authorizationScopes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
A list of authorization scopes configured on the method.
authorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
A list of authorization scopes configured on the method.
authorizationScopes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationScopes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
A list of authorization scopes configured on the method.
authorizationScopes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationScopes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A list of authorization scopes configured on the method.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
The method's authorization type.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.Method
The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
The method's authorization type.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSnapshot.Builder
The method's authorization type.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
[Required] The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
[Required] The method's authorization type.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
The method's authorization type.
authorizationType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
The method's authorization type.
authorizationType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
The method's authorization type.
Authorizer - Class in software.amazon.awssdk.services.apigateway.model
Represents an authorization layer for methods.
Authorizer.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
authorizerCredentials() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerCredentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
[Required] The identifier of the Authorizer resource.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest.Builder
[Required] The identifier of the Authorizer resource.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
[Required] The identifier of the Authorizer resource.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest.Builder
[Required] The identifier of the Authorizer resource.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
The identifier of an Authorizer to use on this method.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
The identifier of an Authorizer to use on this method.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.Method
The identifier of an Authorizer to use on this method.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
The identifier of an Authorizer to use on this method.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM or COGNITO_USER_POOLS.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM or COGNITO_USER_POOLS.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
The identifier of an Authorizer to use on this method.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
The identifier of an Authorizer to use on this method.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Required] Specifies a test invoke authorizer request's Authorizer ID.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Required] Specifies a test invoke authorizer request's Authorizer ID.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
[Required] The identifier of the Authorizer resource.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
[Required] The identifier of the Authorizer resource.
authorizerId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
The identifier of an Authorizer to use on this method.
authorizerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
The identifier of an Authorizer to use on this method.
authorizerResultTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
The TTL in seconds of cached authorizer results.
authorizerResultTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
The TTL in seconds of cached authorizer results.
AuthorizerType - Enum in software.amazon.awssdk.services.apigateway.model
The authorizer type.
authorizerUri() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Specifies the authorizer's Uniform Resource Identifier (URI).
authorizerUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
Specifies the authorizer's Uniform Resource Identifier (URI).
authType() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
authType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
Optional customer-defined field, used in OpenAPI imports and exports without functional impact.
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.BadRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.ConflictException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.NotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.apigateway.model.UnauthorizedException.Builder
 

B

BadRequestException - Exception in software.amazon.awssdk.services.apigateway.model
The submitted request is not valid, for example, the input is incomplete or incorrect.
BadRequestException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.BasePathMapping.Builder
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse.Builder
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
[Required] The base path name of the BasePathMapping resource to delete.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
[Required] The base path name of the BasePathMapping resource to delete.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
[Required] The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
[Required] The base path name that callers of the API must provide as part of the URL after the domain name.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse.Builder
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
[Required] The base path of the BasePathMapping resource to change.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
[Required] The base path of the BasePathMapping resource to change.
basePath() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
The base path name that callers of the API must provide as part of the URL after the domain name.
basePath(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse.Builder
The base path name that callers of the API must provide as part of the URL after the domain name.
BasePathMapping - Class in software.amazon.awssdk.services.apigateway.model
Represents the base path that callers of the API must provide as part of the URL after the domain name.
BasePathMapping.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The list of binary media types supported by the RestApi.
binaryMediaTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The list of binary media types supported by the RestApi.
binaryMediaTypes(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The list of binary media types supported by the RestApi.
body() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
The binary blob response to GetExport, which contains the export.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportResponse.Builder
The binary blob response to GetExport, which contains the export.
body() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
The binary blob response to GetSdk, which contains the generated SDK.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkResponse.Builder
The binary blob response to GetSdk, which contains the generated SDK.
body() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
The payload of the POST request to import API keys.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
The payload of the POST request to import API keys.
body() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
[Required] Raw byte array representing the to-be-imported documentation parts.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
[Required] Raw byte array representing the to-be-imported documentation parts.
body() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
[Required] The POST request body containing external API definitions.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
[Required] The POST request body containing external API definitions.
body() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
[Required] The PUT request body containing external API definitions.
body(SdkBytes) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
[Required] The PUT request body containing external API definitions.
body() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Optional] The simulated request body of an incoming invocation request.
body(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Optional] The simulated request body of an incoming invocation request.
body() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
The simulated request body of an incoming invocation request.
body(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
The simulated request body of an incoming invocation request.
body() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The body of the HTTP response.
body(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The body of the HTTP response.
build() - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Create a builder that can be used to configure and create a ApiGatewayAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Create a builder that can be used to configure and create a ApiGatewayClient.
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.ApiGatewayException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.BadRequestException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.ConflictException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Integration
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.LimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Method
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Model
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.NotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Resource
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.Stage
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.TooManyRequestsException
 
builder() - Static method in exception software.amazon.awssdk.services.apigateway.model.UnauthorizedException
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
builder() - Static method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
BuilderImpl(ApiGatewayException) - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.BuilderImpl
 
BuilderImpl(ApiGatewayRequest) - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.BuilderImpl
 
BuilderImpl(ApiGatewayResponse) - Constructor for class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.BuilderImpl
 
burstLimit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.ThrottleSettings.Builder
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.
burstLimit() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.

C

cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
Enables a cache cluster for the Stage resource specified in the input.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
Enables a cache cluster for the Stage resource specified in the input.
cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
Whether cache clustering is enabled for the stage.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Whether cache clustering is enabled for the stage.
cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Specifies whether a cache cluster is enabled for the stage.
cacheClusterEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Specifies whether a cache cluster is enabled for the stage.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The stage's cache cluster size.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
The stage's cache cluster size.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The size of the cache cluster for the stage, if enabled.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The size of the cache cluster for the stage, if enabled.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The size of the cache cluster for the stage, if enabled.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The size of the cache cluster for the stage, if enabled.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The size of the cache cluster for the stage, if enabled.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The size of the cache cluster for the stage, if enabled.
cacheClusterSize(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The size of the cache cluster for the stage, if enabled.
cacheClusterSize() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The size of the cache cluster for the stage, if enabled.
CacheClusterStatus - Enum in software.amazon.awssdk.services.apigateway.model
Returns the status of the CacheCluster.
cacheClusterStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(CacheClusterStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(CacheClusterStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(CacheClusterStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus(CacheClusterStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The status of the cache cluster for the stage, if enabled.
cacheClusterStatus() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The status of the cache cluster for the stage, if enabled.
cacheClusterStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The status of the cache cluster for the stage, if enabled.
cacheClusterStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The status of the cache cluster for the stage, if enabled.
cacheClusterStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The status of the cache cluster for the stage, if enabled.
cacheClusterStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The status of the cache cluster for the stage, if enabled.
cacheDataEncrypted(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies whether the cached responses are encrypted.
cacheDataEncrypted() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies whether the cached responses are encrypted.
cacheKeyParameters(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
A list of request parameters whose values API Gateway caches.
cacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
A list of request parameters whose values API Gateway caches.
cacheNamespace(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies a group of related cached parameters.
cacheNamespace() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies a group of related cached parameters.
cacheNamespace(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies a group of related cached parameters.
cacheNamespace() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies a group of related cached parameters.
cacheNamespace(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies a group of related cached parameters.
cacheNamespace() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies a group of related cached parameters.
cacheNamespace(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies a group of related cached parameters.
cacheNamespace() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies a group of related cached parameters.
cacheNamespace(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies a group of related cached parameters.
cacheNamespace() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies a group of related cached parameters.
cacheTtlInSeconds(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies the time to live (TTL), in seconds, for cached responses.
cacheTtlInSeconds() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies the time to live (TTL), in seconds, for cached responses.
cachingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies whether responses should be cached and returned for requests.
cachingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies whether responses should be cached and returned for requests.
CanarySettings - Class in software.amazon.awssdk.services.apigateway.model
Configuration settings of a canary deployment.
canarySettings(DeploymentCanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
The input configuration for the canary deployment when the deployment is a canary release deployment.
canarySettings(Consumer<DeploymentCanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
The input configuration for the canary deployment when the deployment is a canary release deployment.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
The input configuration for the canary deployment when the deployment is a canary release deployment.
canarySettings(CanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The canary deployment settings of this stage.
canarySettings(Consumer<CanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The canary deployment settings of this stage.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
The canary deployment settings of this stage.
canarySettings(CanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings(Consumer<CanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Settings for the canary deployment in this stage.
canarySettings(CanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings(Consumer<CanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Settings for the canary deployment in this stage.
canarySettings(CanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Settings for the canary deployment in this stage.
canarySettings(Consumer<CanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Settings for the canary deployment in this stage.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Settings for the canary deployment in this stage.
canarySettings(CanarySettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings(Consumer<CanarySettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Settings for the canary deployment in this stage.
canarySettings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Settings for the canary deployment in this stage.
CanarySettings.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.BadRequestException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.ConflictException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.NotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.apigateway.model.UnauthorizedException.Builder
 
certificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
certificateBody(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.
certificateBody() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.
certificateChain(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name.
certificateChain() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name.
certificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The user-friendly name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The user-friendly name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificateName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
certificatePrivateKey(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
[Deprecated] Your edge-optimized endpoint's domain name certificate's private key.
certificatePrivateKey() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
[Deprecated] Your edge-optimized endpoint's domain name certificate's private key.
certificateUploadDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
certificateUploadDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
claims(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
claims() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
ClientCertificate - Class in software.amazon.awssdk.services.apigateway.model
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
ClientCertificate.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The identifier of the client certificate.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The identifier of the client certificate.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The identifier of a client certificate for an API stage.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The identifier of a client certificate for an API stage.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest.Builder
[Required] The identifier of the ClientCertificate resource to be deleted.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
[Required] The identifier of the ClientCertificate resource to be deleted.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The identifier of the client certificate.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The identifier of the client certificate.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest.Builder
[Required] The identifier of the ClientCertificate resource to be described.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
[Required] The identifier of the ClientCertificate resource to be described.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The identifier of the client certificate.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The identifier of the client certificate.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The identifier of a client certificate for an API stage.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The identifier of a client certificate for an API stage.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The identifier of a client certificate for an API stage.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The identifier of a client certificate for an API stage.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
A ClientCertificate identifier to use in the test invocation.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
A ClientCertificate identifier to use in the test invocation.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
[Required] The identifier of the ClientCertificate resource to be updated.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
[Required] The identifier of the ClientCertificate resource to be updated.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The identifier of the client certificate.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The identifier of the client certificate.
clientCertificateId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The identifier of a client certificate for an API stage.
clientCertificateId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The identifier of a client certificate for an API stage.
clientStatus(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The HTTP status code that the client would have received.
clientStatus() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The HTTP status code that the client would have received.
cloneFrom(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The ID of the RestApi that you want to clone from.
cloneFrom() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The ID of the RestApi that you want to clone from.
cloudwatchRoleArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
The ARN of an Amazon CloudWatch role for the current Account.
cloudwatchRoleArn() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
The ARN of an Amazon CloudWatch role for the current Account.
cloudwatchRoleArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
The ARN of an Amazon CloudWatch role for the current Account.
cloudwatchRoleArn() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
The ARN of an Amazon CloudWatch role for the current Account.
configurationProperties(Collection<SdkConfigurationProperty>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
A list of configuration properties of an SdkType.
configurationProperties(SdkConfigurationProperty...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
A list of configuration properties of an SdkType.
configurationProperties(Consumer<SdkConfigurationProperty.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
A list of configuration properties of an SdkType.
configurationProperties() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
A list of configuration properties of an SdkType.
configurationProperties(Collection<SdkConfigurationProperty>) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
A list of configuration properties of an SdkType.
configurationProperties(SdkConfigurationProperty...) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
A list of configuration properties of an SdkType.
configurationProperties(Consumer<SdkConfigurationProperty.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
A list of configuration properties of an SdkType.
configurationProperties() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
A list of configuration properties of an SdkType.
ConflictException - Exception in software.amazon.awssdk.services.apigateway.model
The request configuration has conflicts.
ConflictException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
connectionId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
The (id ) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
The (id) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
The (id ) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
The (id) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
The (id ) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
The (id) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
The (id ) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
The (id) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
The (id ) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
connectionId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
The (id) of the VpcLink used for the integration when connectionType=VPC_LINK and undefined, otherwise.
ConnectionType - Enum in software.amazon.awssdk.services.apigateway.model
 
connectionType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType(ConnectionType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
The type of the network connection to the integration endpoint.
connectionType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
The type of the network connection to the integration endpoint.
connectionType(ConnectionType) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
The type of the network connection to the integration endpoint.
connectionType() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
The type of the network connection to the integration endpoint.
connectionType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
The type of the network connection to the integration endpoint.
connectionType(ConnectionType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
The type of the network connection to the integration endpoint.
connectionType() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
The type of the network connection to the integration endpoint.
connectionType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType(ConnectionType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
The type of the network connection to the integration endpoint.
connectionType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType(ConnectionType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
The type of the network connection to the integration endpoint.
connectionType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
The type of the network connection to the integration endpoint.
connectionTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
The type of the network connection to the integration endpoint.
connectionTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
The type of the network connection to the integration endpoint.
connectionTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
The type of the network connection to the integration endpoint.
connectionTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
The type of the network connection to the integration endpoint.
connectionTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
The type of the network connection to the integration endpoint.
contentDisposition(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportResponse.Builder
The content-disposition header value in the HTTP response.
contentDisposition() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
The content-disposition header value in the HTTP response.
contentDisposition(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkResponse.Builder
The content-disposition header value in the HTTP response.
contentDisposition() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
The content-disposition header value in the HTTP response.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies how to handle request payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies how to handle request payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies how to handle request payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Specifies how to handle response payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies how to handle request payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies how to handle request payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies how to handle request payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
Specifies how to handle response payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
Specifies how to handle response payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Specifies how to handle response payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies how to handle request payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandling(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling(ContentHandlingStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
Specifies how to handle response payload content type conversions.
contentHandling() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies how to handle request payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Specifies how to handle response payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies how to handle request payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Specifies how to handle response payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies how to handle request payload content type conversions.
contentHandlingAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Specifies how to handle response payload content type conversions.
ContentHandlingStrategy - Enum in software.amazon.awssdk.services.apigateway.model
 
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
[Required] The content-type for the model.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
[Required] The content-type for the model.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelResponse.Builder
The content-type for the model.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
The content-type for the model.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportResponse.Builder
The content-type header value in the HTTP response.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
The content-type header value in the HTTP response.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelResponse.Builder
The content-type for the model.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
The content-type for the model.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkResponse.Builder
The content-type header value in the HTTP response.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
The content-type header value in the HTTP response.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Model.Builder
The content-type for the model.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.Model
The content-type for the model.
contentType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelResponse.Builder
The content-type for the model.
contentType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
The content-type for the model.
create() - Static method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Create a ApiGatewayAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Create a ApiGatewayClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponseMetadata
 
createApiKey(CreateApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Create an ApiKey resource.
createApiKey(Consumer<CreateApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Create an ApiKey resource.
createApiKey() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Create an ApiKey resource.
createApiKey() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Create an ApiKey resource.
createApiKey(CreateApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Create an ApiKey resource.
createApiKey(Consumer<CreateApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Create an ApiKey resource.
CreateApiKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to create an ApiKey resource.
CreateApiKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateApiKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateApiKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateApiKeyRequestMarshaller
 
CreateApiKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
A resource that can be distributed to callers for executing Method resources that require an API key.
CreateApiKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createAuthorizer(CreateAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a new Authorizer resource to an existing RestApi resource.
createAuthorizer(Consumer<CreateAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a new Authorizer resource to an existing RestApi resource.
createAuthorizer(CreateAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a new Authorizer resource to an existing RestApi resource.
createAuthorizer(Consumer<CreateAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a new Authorizer resource to an existing RestApi resource.
CreateAuthorizerRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to add a new Authorizer to an existing RestApi resource.
CreateAuthorizerRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateAuthorizerRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateAuthorizerRequestMarshaller
 
CreateAuthorizerResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an authorization layer for methods.
CreateAuthorizerResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createBasePathMapping(CreateBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new BasePathMapping resource.
createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new BasePathMapping resource.
createBasePathMapping(CreateBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new BasePathMapping resource.
createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new BasePathMapping resource.
CreateBasePathMappingRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to create a new BasePathMapping resource.
CreateBasePathMappingRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateBasePathMappingRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateBasePathMappingRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateBasePathMappingRequestMarshaller
 
CreateBasePathMappingResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the base path that callers of the API must provide as part of the URL after the domain name.
CreateBasePathMappingResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The timestamp when the API Key was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The timestamp when the API Key was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The timestamp when the client certificate was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The timestamp when the client certificate was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The timestamp when the API Key was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The timestamp when the API Key was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse.Builder
The date and time that the deployment resource was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
The date and time that the deployment resource was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse.Builder
The date when the API documentation snapshot is created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
The date when the API documentation snapshot is created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The timestamp when the stage was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The timestamp when the stage was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.Deployment.Builder
The date and time that the deployment resource was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
The date and time that the deployment resource was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationVersion.Builder
The date when the API documentation snapshot is created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
The date when the API documentation snapshot is created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The timestamp when the client certificate was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The timestamp when the client certificate was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The timestamp when the API Key was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The timestamp when the API Key was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The timestamp when the client certificate was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The timestamp when the client certificate was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse.Builder
The date and time that the deployment resource was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
The date and time that the deployment resource was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse.Builder
The date when the API documentation snapshot is created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
The date when the API documentation snapshot is created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The timestamp when the stage was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The timestamp when the stage was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The timestamp when the stage was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The timestamp when the stage was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The timestamp when the API Key was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The timestamp when the API Key was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The timestamp when the client certificate was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The timestamp when the client certificate was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse.Builder
The date and time that the deployment resource was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
The date and time that the deployment resource was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse.Builder
The date when the API documentation snapshot is created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
The date when the API documentation snapshot is created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The timestamp when the API was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The timestamp when the API was created.
createdDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The timestamp when the stage was created.
createdDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The timestamp when the stage was created.
createDeployment(CreateDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
createDeployment(Consumer<CreateDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
createDeployment(CreateDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
createDeployment(Consumer<CreateDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
CreateDeploymentRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to create a Deployment resource.
CreateDeploymentRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateDeploymentRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateDeploymentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateDeploymentRequestMarshaller
 
CreateDeploymentResponse - Class in software.amazon.awssdk.services.apigateway.model
An immutable representation of a RestApi resource that can be called by users using Stages.
CreateDeploymentResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createDocumentationPart(CreateDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the CreateDocumentationPart operation asynchronously.
createDocumentationPart(Consumer<CreateDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the CreateDocumentationPart operation asynchronously.
createDocumentationPart(CreateDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the CreateDocumentationPart operation.
createDocumentationPart(Consumer<CreateDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the CreateDocumentationPart operation.
CreateDocumentationPartRequest - Class in software.amazon.awssdk.services.apigateway.model
Creates a new documentation part of a given API.
CreateDocumentationPartRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateDocumentationPartRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateDocumentationPartRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateDocumentationPartRequestMarshaller
 
CreateDocumentationPartResponse - Class in software.amazon.awssdk.services.apigateway.model
A documentation part for a targeted API entity.
CreateDocumentationPartResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createDocumentationVersion(CreateDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the CreateDocumentationVersion operation asynchronously.
createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the CreateDocumentationVersion operation asynchronously.
createDocumentationVersion(CreateDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the CreateDocumentationVersion operation.
createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the CreateDocumentationVersion operation.
CreateDocumentationVersionRequest - Class in software.amazon.awssdk.services.apigateway.model
Creates a new documentation version of a given API.
CreateDocumentationVersionRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateDocumentationVersionRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateDocumentationVersionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateDocumentationVersionRequestMarshaller
 
CreateDocumentationVersionResponse - Class in software.amazon.awssdk.services.apigateway.model
A snapshot of the documentation of an API.
CreateDocumentationVersionResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createDomainName(CreateDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new domain name.
createDomainName(Consumer<CreateDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new domain name.
createDomainName(CreateDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new domain name.
createDomainName(Consumer<CreateDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new domain name.
CreateDomainNameRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to create a new domain name.
CreateDomainNameRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateDomainNameRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateDomainNameRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateDomainNameRequestMarshaller
 
CreateDomainNameResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a custom domain name as a user-friendly host name of an API (RestApi).
CreateDomainNameResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createModel(CreateModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a new Model resource to an existing RestApi resource.
createModel(Consumer<CreateModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a new Model resource to an existing RestApi resource.
createModel(CreateModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a new Model resource to an existing RestApi resource.
createModel(Consumer<CreateModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a new Model resource to an existing RestApi resource.
CreateModelRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to add a new Model to an existing RestApi resource.
CreateModelRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateModelRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateModelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateModelRequestMarshaller
 
CreateModelResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the data structure of a method's request or response payload.
CreateModelResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createRequestValidator(CreateRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a ReqeustValidator of a given RestApi.
createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a ReqeustValidator of a given RestApi.
createRequestValidator(CreateRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a ReqeustValidator of a given RestApi.
createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a ReqeustValidator of a given RestApi.
CreateRequestValidatorRequest - Class in software.amazon.awssdk.services.apigateway.model
Creates a RequestValidator of a given RestApi.
CreateRequestValidatorRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateRequestValidatorRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateRequestValidatorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateRequestValidatorRequestMarshaller
 
CreateRequestValidatorResponse - Class in software.amazon.awssdk.services.apigateway.model
A set of validation rules for incoming Method requests.
CreateRequestValidatorResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createResource(CreateResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a Resource resource.
createResource(Consumer<CreateResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a Resource resource.
createResource(CreateResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a Resource resource.
createResource(Consumer<CreateResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a Resource resource.
CreateResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to create a Resource resource.
CreateResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateResourceRequestMarshaller
 
CreateResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an API resource.
CreateResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createRestApi(CreateRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new RestApi resource.
createRestApi(Consumer<CreateRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new RestApi resource.
createRestApi(CreateRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new RestApi resource.
createRestApi(Consumer<CreateRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new RestApi resource.
CreateRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
The POST Request to add a new RestApi resource to your collection.
CreateRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateRestApiRequestMarshaller
 
CreateRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
CreateRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createStage(CreateStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new Stage resource that references a pre-existing Deployment for the API.
createStage(Consumer<CreateStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a new Stage resource that references a pre-existing Deployment for the API.
createStage(CreateStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new Stage resource that references a pre-existing Deployment for the API.
createStage(Consumer<CreateStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a new Stage resource that references a pre-existing Deployment for the API.
CreateStageRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to create a Stage resource.
CreateStageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateStageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateStageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateStageRequestMarshaller
 
CreateStageResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
CreateStageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createUsagePlan(CreateUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
createUsagePlan(Consumer<CreateUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
createUsagePlan(CreateUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
createUsagePlan(Consumer<CreateUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
createUsagePlanKey(CreateUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a usage plan key for adding an existing API key to a usage plan.
createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a usage plan key for adding an existing API key to a usage plan.
createUsagePlanKey(CreateUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a usage plan key for adding an existing API key to a usage plan.
createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a usage plan key for adding an existing API key to a usage plan.
CreateUsagePlanKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
The POST request to create a usage plan key for adding an existing API key to a usage plan.
CreateUsagePlanKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateUsagePlanKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateUsagePlanKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateUsagePlanKeyRequestMarshaller
 
CreateUsagePlanKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan key to identify a plan customer.
CreateUsagePlanKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateUsagePlanRequest - Class in software.amazon.awssdk.services.apigateway.model
The POST request to create a usage plan with the name, description, throttle limits and quota limits, as well as the associated API stages, specified in the payload.
CreateUsagePlanRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateUsagePlanRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateUsagePlanRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateUsagePlanRequestMarshaller
 
CreateUsagePlanResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.
CreateUsagePlanResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
createVpcLink(CreateVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
createVpcLink(Consumer<CreateVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
createVpcLink(CreateVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
createVpcLink(Consumer<CreateVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
CreateVpcLinkRequest - Class in software.amazon.awssdk.services.apigateway.model
Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.
CreateVpcLinkRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
CreateVpcLinkRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
CreateVpcLinkRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.CreateVpcLinkRequestMarshaller
 
CreateVpcLinkResponse - Class in software.amazon.awssdk.services.apigateway.model
An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).
CreateVpcLinkResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
credentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies the credentials required for the integration, if any.
credentials() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies the credentials required for the integration, if any.
credentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies the credentials required for the integration, if any.
credentials() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies the credentials required for the integration, if any.
credentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies whether credentials are required for a put integration.
credentials() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies whether credentials are required for a put integration.
credentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies the credentials required for the integration, if any.
credentials() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies the credentials required for the integration, if any.
credentials(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies the credentials required for the integration, if any.
credentials() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies the credentials required for the integration, if any.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.
customerId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.
customerId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
An AWS Marketplace customer identifier , when integrating with the AWS SaaS Marketplace.

D

dataTraceEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
dataTraceEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
defaultResponse(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
A Boolean flag to indicate whether this GatewayResponse is the default gateway response ( true) or not (false).
defaultResponse() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true ) or not (false).
defaultResponse(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
A Boolean flag to indicate whether this GatewayResponse is the default gateway response ( true) or not (false).
defaultResponse() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true ) or not (false).
defaultResponse(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
A Boolean flag to indicate whether this GatewayResponse is the default gateway response ( true) or not (false).
defaultResponse() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true ) or not (false).
defaultResponse(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
A Boolean flag to indicate whether this GatewayResponse is the default gateway response ( true) or not (false).
defaultResponse() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true ) or not (false).
defaultValue(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty.Builder
The default value of an SdkType configuration property.
defaultValue() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
The default value of an SdkType configuration property.
deleteApiKey(DeleteApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the ApiKey resource.
deleteApiKey(Consumer<DeleteApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the ApiKey resource.
deleteApiKey(DeleteApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the ApiKey resource.
deleteApiKey(Consumer<DeleteApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the ApiKey resource.
DeleteApiKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to delete the ApiKey resource.
DeleteApiKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteApiKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteApiKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteApiKeyRequestMarshaller
 
DeleteApiKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteApiKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteAuthorizer(DeleteAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing Authorizer resource.
deleteAuthorizer(Consumer<DeleteAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing Authorizer resource.
deleteAuthorizer(DeleteAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing Authorizer resource.
deleteAuthorizer(Consumer<DeleteAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing Authorizer resource.
DeleteAuthorizerRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to delete an existing Authorizer resource.
DeleteAuthorizerRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteAuthorizerRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteAuthorizerRequestMarshaller
 
DeleteAuthorizerResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteAuthorizerResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteBasePathMapping(DeleteBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the BasePathMapping resource.
deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the BasePathMapping resource.
deleteBasePathMapping(DeleteBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the BasePathMapping resource.
deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the BasePathMapping resource.
DeleteBasePathMappingRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to delete the BasePathMapping resource.
DeleteBasePathMappingRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteBasePathMappingRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteBasePathMappingRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteBasePathMappingRequestMarshaller
 
DeleteBasePathMappingResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteBasePathMappingResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteClientCertificate(DeleteClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the ClientCertificate resource.
deleteClientCertificate(Consumer<DeleteClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the ClientCertificate resource.
deleteClientCertificate(DeleteClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the ClientCertificate resource.
deleteClientCertificate(Consumer<DeleteClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the ClientCertificate resource.
DeleteClientCertificateRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to delete the ClientCertificate resource.
DeleteClientCertificateRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteClientCertificateRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteClientCertificateRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteClientCertificateRequestMarshaller
 
DeleteClientCertificateResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteClientCertificateResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteDeployment(DeleteDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Deployment resource.
deleteDeployment(Consumer<DeleteDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Deployment resource.
deleteDeployment(DeleteDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Deployment resource.
deleteDeployment(Consumer<DeleteDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Deployment resource.
DeleteDeploymentRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to delete a Deployment resource.
DeleteDeploymentRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteDeploymentRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteDeploymentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteDeploymentRequestMarshaller
 
DeleteDeploymentResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteDeploymentResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteDocumentationPart(DeleteDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the DeleteDocumentationPart operation asynchronously.
deleteDocumentationPart(Consumer<DeleteDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the DeleteDocumentationPart operation asynchronously.
deleteDocumentationPart(DeleteDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the DeleteDocumentationPart operation.
deleteDocumentationPart(Consumer<DeleteDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the DeleteDocumentationPart operation.
DeleteDocumentationPartRequest - Class in software.amazon.awssdk.services.apigateway.model
Deletes an existing documentation part of an API.
DeleteDocumentationPartRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteDocumentationPartRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteDocumentationPartRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteDocumentationPartRequestMarshaller
 
DeleteDocumentationPartResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteDocumentationPartResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteDocumentationVersion(DeleteDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the DeleteDocumentationVersion operation asynchronously.
deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the DeleteDocumentationVersion operation asynchronously.
deleteDocumentationVersion(DeleteDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the DeleteDocumentationVersion operation.
deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the DeleteDocumentationVersion operation.
DeleteDocumentationVersionRequest - Class in software.amazon.awssdk.services.apigateway.model
Deletes an existing documentation version of an API.
DeleteDocumentationVersionRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteDocumentationVersionRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteDocumentationVersionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteDocumentationVersionRequestMarshaller
 
DeleteDocumentationVersionResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteDocumentationVersionResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteDomainName(DeleteDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the DomainName resource.
deleteDomainName(Consumer<DeleteDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the DomainName resource.
deleteDomainName(DeleteDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the DomainName resource.
deleteDomainName(Consumer<DeleteDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the DomainName resource.
DeleteDomainNameRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to delete the DomainName resource.
DeleteDomainNameRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteDomainNameRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteDomainNameRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteDomainNameRequestMarshaller
 
DeleteDomainNameResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteDomainNameResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteGatewayResponse(DeleteGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
deleteGatewayResponse(DeleteGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
DeleteGatewayResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
DeleteGatewayResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteGatewayResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteGatewayResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteGatewayResponseRequestMarshaller
 
DeleteGatewayResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteGatewayResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteIntegration(DeleteIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a delete integration.
deleteIntegration(Consumer<DeleteIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a delete integration.
deleteIntegration(DeleteIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a delete integration.
deleteIntegration(Consumer<DeleteIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a delete integration.
DeleteIntegrationRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents a delete integration request.
DeleteIntegrationRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteIntegrationRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteIntegrationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteIntegrationRequestMarshaller
 
deleteIntegrationResponse(DeleteIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a delete integration response.
deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a delete integration response.
deleteIntegrationResponse(DeleteIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a delete integration response.
deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a delete integration response.
DeleteIntegrationResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteIntegrationResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteIntegrationResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents a delete integration response request.
DeleteIntegrationResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteIntegrationResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteIntegrationResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteIntegrationResponseRequestMarshaller
 
DeleteIntegrationResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteIntegrationResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteMethod(DeleteMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing Method resource.
deleteMethod(Consumer<DeleteMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing Method resource.
deleteMethod(DeleteMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing Method resource.
deleteMethod(Consumer<DeleteMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing Method resource.
DeleteMethodRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to delete an existing Method resource.
DeleteMethodRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteMethodRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteMethodRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteMethodRequestMarshaller
 
deleteMethodResponse(DeleteMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing MethodResponse resource.
deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing MethodResponse resource.
deleteMethodResponse(DeleteMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing MethodResponse resource.
deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing MethodResponse resource.
DeleteMethodResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteMethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteMethodResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to delete an existing MethodResponse resource.
DeleteMethodResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteMethodResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteMethodResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteMethodResponseRequestMarshaller
 
DeleteMethodResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteMethodResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteModel(DeleteModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a model.
deleteModel(Consumer<DeleteModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a model.
deleteModel(DeleteModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a model.
deleteModel(Consumer<DeleteModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a model.
DeleteModelRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to delete an existing model in an existing RestApi resource.
DeleteModelRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteModelRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteModelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteModelRequestMarshaller
 
DeleteModelResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteModelResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteRequestValidator(DeleteRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a RequestValidator of a given RestApi.
deleteRequestValidator(Consumer<DeleteRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a RequestValidator of a given RestApi.
deleteRequestValidator(DeleteRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a RequestValidator of a given RestApi.
deleteRequestValidator(Consumer<DeleteRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a RequestValidator of a given RestApi.
DeleteRequestValidatorRequest - Class in software.amazon.awssdk.services.apigateway.model
Deletes a specified RequestValidator of a given RestApi.
DeleteRequestValidatorRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteRequestValidatorRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteRequestValidatorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteRequestValidatorRequestMarshaller
 
DeleteRequestValidatorResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteRequestValidatorResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteResource(DeleteResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Resource resource.
deleteResource(Consumer<DeleteResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Resource resource.
deleteResource(DeleteResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Resource resource.
deleteResource(Consumer<DeleteResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Resource resource.
DeleteResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to delete a Resource.
DeleteResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteResourceRequestMarshaller
 
DeleteResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteRestApi(DeleteRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the specified API.
deleteRestApi(Consumer<DeleteRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes the specified API.
deleteRestApi(DeleteRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the specified API.
deleteRestApi(Consumer<DeleteRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes the specified API.
DeleteRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to delete the specified API from your collection.
DeleteRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteRestApiRequestMarshaller
 
DeleteRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteStage(DeleteStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Stage resource.
deleteStage(Consumer<DeleteStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a Stage resource.
deleteStage(DeleteStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Stage resource.
deleteStage(Consumer<DeleteStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a Stage resource.
DeleteStageRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to delete a Stage resource.
DeleteStageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteStageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteStageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteStageRequestMarshaller
 
DeleteStageResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteStageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteUsagePlan(DeleteUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a usage plan of a given plan Id.
deleteUsagePlan(Consumer<DeleteUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a usage plan of a given plan Id.
deleteUsagePlan(DeleteUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a usage plan of a given plan Id.
deleteUsagePlan(Consumer<DeleteUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a usage plan of a given plan Id.
deleteUsagePlanKey(DeleteUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
deleteUsagePlanKey(DeleteUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes a usage plan key and remove the underlying API key from the associated usage plan.
DeleteUsagePlanKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage plan.
DeleteUsagePlanKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteUsagePlanKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteUsagePlanKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteUsagePlanKeyRequestMarshaller
 
DeleteUsagePlanKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteUsagePlanKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteUsagePlanRequest - Class in software.amazon.awssdk.services.apigateway.model
The DELETE request to delete a usage plan of a given plan Id.
DeleteUsagePlanRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteUsagePlanRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteUsagePlanRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteUsagePlanRequestMarshaller
 
DeleteUsagePlanResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteUsagePlanResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deleteVpcLink(DeleteVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing VpcLink of a specified identifier.
deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Deletes an existing VpcLink of a specified identifier.
deleteVpcLink(DeleteVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing VpcLink of a specified identifier.
deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Deletes an existing VpcLink of a specified identifier.
DeleteVpcLinkRequest - Class in software.amazon.awssdk.services.apigateway.model
Deletes an existing VpcLink of a specified identifier.
DeleteVpcLinkRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeleteVpcLinkRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
DeleteVpcLinkRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.DeleteVpcLinkRequestMarshaller
 
DeleteVpcLinkResponse - Class in software.amazon.awssdk.services.apigateway.model
 
DeleteVpcLinkResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
Deployment - Class in software.amazon.awssdk.services.apigateway.model
An immutable representation of a RestApi resource that can be called by users using Stages.
Deployment.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DeploymentCanarySettings - Class in software.amazon.awssdk.services.apigateway.model
The input configuration for a canary deployment.
DeploymentCanarySettings.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CanarySettings.Builder
The ID of the canary deployment.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
The ID of the canary deployment.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
[Required] The identifier of the Deployment resource for the Stage resource.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
[Required] The identifier of the Deployment resource for the Stage resource.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The identifier of the Deployment that the stage points to.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The identifier of the Deployment that the stage points to.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest.Builder
[Required] The identifier of the Deployment resource to delete.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
[Required] The identifier of the Deployment resource to delete.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
[Required] The identifier of the Deployment resource to get information about.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
[Required] The identifier of the Deployment resource to get information about.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The identifier of the Deployment that the stage points to.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The identifier of the Deployment that the stage points to.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesRequest.Builder
The stages' deployment identifiers.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
The stages' deployment identifiers.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The identifier of the Deployment that the stage points to.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The identifier of the Deployment that the stage points to.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
The replacement identifier for the Deployment resource to change information about.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
The replacement identifier for the Deployment resource to change information about.
deploymentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The identifier of the Deployment that the stage points to.
deploymentId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The identifier of the Deployment that the stage points to.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The description of the API Key.
description() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The description of the API Key.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The description of the client certificate.
description() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The description of the client certificate.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
The description of the ApiKey.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
The description of the ApiKey.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The description of the API Key.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The description of the API Key.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
The description for the Deployment resource to create.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
The description for the Deployment resource to create.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse.Builder
The description for the deployment resource.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
The description for the deployment resource.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
A description about the new documentation snapshot.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
A description about the new documentation snapshot.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse.Builder
The description of the API documentation snapshot.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
The description of the API documentation snapshot.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
The description of the model.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
The description of the model.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelResponse.Builder
The description of the model.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
The description of the model.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The description of the RestApi.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The description of the RestApi.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The description of the Stage resource.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
The description of the Stage resource.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The stage's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The stage's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The description of the usage plan.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
The description of the usage plan.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The description of a usage plan.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The description of a usage plan.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
The description of the VPC link.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
The description of the VPC link.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The description of the VPC link.
description() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The description of the VPC link.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Deployment.Builder
The description for the deployment resource.
description() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
The description for the deployment resource.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationVersion.Builder
The description of the API documentation snapshot.
description() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
The description of the API documentation snapshot.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest.Builder
The description of the ClientCertificate.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
The description of the ClientCertificate.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The description of the client certificate.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The description of the client certificate.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The description of the API Key.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The description of the API Key.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The description of the client certificate.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The description of the client certificate.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse.Builder
The description for the deployment resource.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
The description for the deployment resource.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse.Builder
The description of the API documentation snapshot.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
The description of the API documentation snapshot.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelResponse.Builder
The description of the model.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
The description of the model.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
The description of an SdkType.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
The description of an SdkType.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The stage's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The stage's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The description of a usage plan.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The description of a usage plan.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The description of the VPC link.
description() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The description of the VPC link.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Model.Builder
The description of the model.
description() - Method in class software.amazon.awssdk.services.apigateway.model.Model
The description of the model.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty.Builder
The description of an SdkType configuration property.
description() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
The description of an SdkType configuration property.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
The description of an SdkType.
description() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
The description of an SdkType.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The stage's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The stage's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The description of the API Key.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The description of the API Key.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The description of the client certificate.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The description of the client certificate.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse.Builder
The description for the deployment resource.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
The description for the deployment resource.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse.Builder
The description of the API documentation snapshot.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
The description of the API documentation snapshot.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelResponse.Builder
The description of the model.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
The description of the model.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The API's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The API's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The stage's description.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The stage's description.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The description of a usage plan.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The description of a usage plan.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The description of the VPC link.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The description of the VPC link.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The description of a usage plan.
description() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The description of a usage plan.
description(String) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The description of the VPC link.
description() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The description of the VPC link.
destinationArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.AccessLogSettings.Builder
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.
destinationArn() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
Specifies whether clients can invoke your API by using the default execute-api endpoint.
disableExecuteApiEndpoint() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Specifies whether clients can invoke your API by using the default execute-api endpoint.
distributionDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an edge-optimized endpoint.
distributionHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
distributionHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
DocumentationPart - Class in software.amazon.awssdk.services.apigateway.model
A documentation part for a targeted API entity.
DocumentationPart.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
documentationPartId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest.Builder
[Required] The identifier of the to-be-deleted documentation part.
documentationPartId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
[Required] The identifier of the to-be-deleted documentation part.
documentationPartId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest.Builder
[Required] The string identifier of the associated RestApi.
documentationPartId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
[Required] The string identifier of the associated RestApi.
documentationPartId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
[Required] The identifier of the to-be-updated documentation part.
documentationPartId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
[Required] The identifier of the to-be-updated documentation part.
DocumentationPartLocation - Class in software.amazon.awssdk.services.apigateway.model
Specifies the target API entity to which the documentation applies.
DocumentationPartLocation.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
DocumentationPartType - Enum in software.amazon.awssdk.services.apigateway.model
 
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
[Required] The version identifier of the new snapshot.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
[Required] The version identifier of the new snapshot.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The version of the associated API documentation.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
The version of the associated API documentation.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The version of the associated API documentation.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The version of the associated API documentation.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
[Required] The version identifier of a to-be-deleted documentation snapshot.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
[Required] The version identifier of a to-be-deleted documentation snapshot.
DocumentationVersion - Class in software.amazon.awssdk.services.apigateway.model
A snapshot of the documentation of an API.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
[Required] The version identifier of the to-be-retrieved documentation snapshot.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
[Required] The version identifier of the to-be-retrieved documentation snapshot.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The version of the associated API documentation.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The version of the associated API documentation.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The version of the associated API documentation.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The version of the associated API documentation.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
[Required] The version identifier of the to-be-updated documentation version.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
[Required] The version identifier of the to-be-updated documentation version.
documentationVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The version of the associated API documentation.
documentationVersion() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The version of the associated API documentation.
DocumentationVersion.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
[Required] The domain name of the BasePathMapping resource to create.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
[Required] The domain name of the BasePathMapping resource to create.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
[Required] The name of the DomainName resource.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
[Required] The name of the DomainName resource.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The custom domain name as an API host name, for example, my-api.example.com.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The custom domain name as an API host name, for example, my-api.example.com.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
[Required] The domain name of the BasePathMapping resource to delete.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
[Required] The domain name of the BasePathMapping resource to delete.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest.Builder
[Required] The name of the DomainName resource to be deleted.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
[Required] The name of the DomainName resource to be deleted.
DomainName - Class in software.amazon.awssdk.services.apigateway.model
Represents a custom domain name as a user-friendly host name of an API (RestApi).
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The custom domain name as an API host name, for example, my-api.example.com.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The custom domain name as an API host name, for example, my-api.example.com.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
[Required] The domain name of the BasePathMapping resource to be described.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
[Required] The domain name of the BasePathMapping resource to be described.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
[Required] The domain name of a BasePathMapping resource.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
[Required] The domain name of a BasePathMapping resource.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest.Builder
[Required] The name of the DomainName resource.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
[Required] The name of the DomainName resource.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The custom domain name as an API host name, for example, my-api.example.com.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The custom domain name as an API host name, for example, my-api.example.com.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
[Required] The domain name of the BasePathMapping resource to change.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
[Required] The domain name of the BasePathMapping resource to change.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
[Required] The name of the DomainName resource to be changed.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
[Required] The name of the DomainName resource to be changed.
domainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The custom domain name as an API host name, for example, my-api.example.com.
domainName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The custom domain name as an API host name, for example, my-api.example.com.
DomainName.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
domainNameStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus(DomainNameStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The status of the DomainName migration.
domainNameStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The status of the DomainName migration.
domainNameStatus(DomainNameStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The status of the DomainName migration.
domainNameStatus() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The status of the DomainName migration.
DomainNameStatus - Enum in software.amazon.awssdk.services.apigateway.model
 
domainNameStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus(DomainNameStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The status of the DomainName migration.
domainNameStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus(DomainNameStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The status of the DomainName migration.
domainNameStatus() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The status of the DomainName migration.
domainNameStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The status of the DomainName migration.
domainNameStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The status of the DomainName migration.
domainNameStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The status of the DomainName migration.
domainNameStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The status of the DomainName migration.
domainNameStatusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
An optional text message containing detailed information about status of the DomainName migration.
domainNameStatusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
An optional text message containing detailed information about status of the DomainName migration.

E

embed(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.
embed(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.
embed() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the response.
embed(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response.
embed(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response.
embed() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
A query parameter to retrieve the specified resources embedded in the returned Resource representation in the response.
embed(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response.
embed(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response.
embed() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
A query parameter used to retrieve the specified resources embedded in the returned Resources resource in the response.
enabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
Specifies whether the API Key can be used by callers.
enabled() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
Specifies whether the API Key can be used by callers.
enabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
Specifies whether the ApiKey can be used by callers.
enabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Specifies whether the ApiKey can be used by callers.
enabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
Specifies whether the API Key can be used by callers.
enabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
Specifies whether the API Key can be used by callers.
enabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
Specifies whether the API Key can be used by callers.
enabled() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
Specifies whether the API Key can be used by callers.
enabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
Specifies whether the API Key can be used by callers.
enabled() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
Specifies whether the API Key can be used by callers.
endDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
[Required] The ending date (e.g., 2016-12-31) of the usage data.
endDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
[Required] The ending date (e.g., 2016-12-31) of the usage data.
endDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageResponse.Builder
The ending date of the usage data.
endDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
The ending date of the usage data.
endDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse.Builder
The ending date of the usage data.
endDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
The ending date of the usage data.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
EndpointConfiguration - Class in software.amazon.awssdk.services.apigateway.model
The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
endpointConfiguration(EndpointConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration(Consumer<EndpointConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The endpoint configuration of this RestApi showing the endpoint types of the API.
endpointConfiguration() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The endpoint configuration of this RestApi showing the endpoint types of the API.
EndpointConfiguration.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
EndpointType - Enum in software.amazon.awssdk.services.apigateway.model
The endpoint type.
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
equals(Object) - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
expirationDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The timestamp when the client certificate will expire.
expirationDate() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The timestamp when the client certificate will expire.
expirationDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The timestamp when the client certificate will expire.
expirationDate() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The timestamp when the client certificate will expire.
expirationDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The timestamp when the client certificate will expire.
expirationDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The timestamp when the client certificate will expire.
expirationDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The timestamp when the client certificate will expire.
expirationDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The timestamp when the client certificate will expire.
exportType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
[Required] The type of export.
exportType() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
[Required] The type of export.

F

failOnWarnings(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
A query parameter to indicate whether to rollback ApiKey importation (true) or not ( false) when error is encountered.
failOnWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
A query parameter to indicate whether to rollback ApiKey importation (true) or not ( false) when error is encountered.
failOnWarnings(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
A query parameter to specify whether to rollback the documentation importation (true) or not ( false) when a warning is encountered.
failOnWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
A query parameter to specify whether to rollback the documentation importation (true) or not ( false) when a warning is encountered.
failOnWarnings(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
A query parameter to indicate whether to rollback the API creation (true) or not ( false) when a warning is encountered.
failOnWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
A query parameter to indicate whether to rollback the API creation (true) or not (false ) when a warning is encountered.
failOnWarnings(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
A query parameter to indicate whether to rollback the API update (true) or not ( false) when a warning is encountered.
failOnWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
A query parameter to indicate whether to rollback the API update (true) or not (false) when a warning is encountered.
features(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
A list of features supported for the account.
features(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
A list of features supported for the account.
features() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
A list of features supported for the account.
features(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
A list of features supported for the account.
features(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
A list of features supported for the account.
features() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
A list of features supported for the account.
flatten(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.
flatten() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.
flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Flushes all authorizer cache entries on a stage.
flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Flushes all authorizer cache entries on a stage.
flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Flushes all authorizer cache entries on a stage.
flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Flushes all authorizer cache entries on a stage.
FlushStageAuthorizersCacheRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to flush authorizer cache entries on a specified stage.
FlushStageAuthorizersCacheRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
FlushStageAuthorizersCacheRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
FlushStageAuthorizersCacheRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.FlushStageAuthorizersCacheRequestMarshaller
 
FlushStageAuthorizersCacheResponse - Class in software.amazon.awssdk.services.apigateway.model
 
FlushStageAuthorizersCacheResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
flushStageCache(FlushStageCacheRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Flushes a stage's cache.
flushStageCache(Consumer<FlushStageCacheRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Flushes a stage's cache.
flushStageCache(FlushStageCacheRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Flushes a stage's cache.
flushStageCache(Consumer<FlushStageCacheRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Flushes a stage's cache.
FlushStageCacheRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to flush a stage's cache.
FlushStageCacheRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
FlushStageCacheRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
FlushStageCacheRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.FlushStageCacheRequestMarshaller
 
FlushStageCacheResponse - Class in software.amazon.awssdk.services.apigateway.model
 
FlushStageCacheResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
format(String) - Method in interface software.amazon.awssdk.services.apigateway.model.AccessLogSettings.Builder
A single line format of the access logs of data, as specified by selected $context variables.
format() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
A single line format of the access logs of data, as specified by selected $context variables.
format(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
A query parameter to specify the input format to imported API keys.
format(ApiKeysFormat) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
A query parameter to specify the input format to imported API keys.
format() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
A query parameter to specify the input format to imported API keys.
formatAsString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
A query parameter to specify the input format to imported API keys.
friendlyName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
The user-friendly name of an SdkType instance.
friendlyName() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
The user-friendly name of an SdkType instance.
friendlyName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty.Builder
The user-friendly name of an SdkType configuration property.
friendlyName() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
The user-friendly name of an SdkType configuration property.
friendlyName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
The user-friendly name of an SdkType instance.
friendlyName() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
The user-friendly name of an SdkType instance.
from(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
The copy update operation's source as identified by a JSON-Pointer value referencing the location within the targeted resource to copy the value from.
from() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
The copy update operation's source as identified by a JSON-Pointer value referencing the location within the targeted resource to copy the value from.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.AuthorizerType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ConnectionType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.DocumentationPartType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.DomainNameStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.EndpointType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.GatewayResponseType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.IntegrationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.LocationStatusType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.Op
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.PutMode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.SecurityPolicy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

GatewayResponse - Class in software.amazon.awssdk.services.apigateway.model
A gateway response of a given response type and status code, with optional response parameters and mapping templates.
GatewayResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GatewayResponseType - Enum in software.amazon.awssdk.services.apigateway.model
 
generateClientCertificate(GenerateClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a ClientCertificate resource.
generateClientCertificate(Consumer<GenerateClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a ClientCertificate resource.
generateClientCertificate() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a ClientCertificate resource.
generateClientCertificate() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a ClientCertificate resource.
generateClientCertificate(GenerateClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a ClientCertificate resource.
generateClientCertificate(Consumer<GenerateClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a ClientCertificate resource.
GenerateClientCertificateRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to generate a ClientCertificate resource.
GenerateClientCertificateRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GenerateClientCertificateRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GenerateClientCertificateRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GenerateClientCertificateRequestMarshaller
 
GenerateClientCertificateResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
GenerateClientCertificateResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
generateDistinctId(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
Specifies whether (true) or not (false) the key identifier is distinct from the created API key value.
generateDistinctId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Specifies whether (true) or not (false) the key identifier is distinct from the created API key value.
getAccount(GetAccountRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current Account resource.
getAccount(Consumer<GetAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current Account resource.
getAccount() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current Account resource.
getAccount() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current Account resource.
getAccount(GetAccountRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current Account resource.
getAccount(Consumer<GetAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current Account resource.
GetAccountRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to get information about the current Account resource.
GetAccountRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetAccountRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetAccountRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetAccountRequestMarshaller
 
GetAccountResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an AWS account that is associated with API Gateway.
GetAccountResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getApiKey(GetApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKey resource.
getApiKey(Consumer<GetApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKey resource.
getApiKey(GetApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKey resource.
getApiKey(Consumer<GetApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKey resource.
GetApiKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to get information about the current ApiKey resource.
GetApiKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetApiKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetApiKeyRequest Marshaller
GetApiKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetApiKeyRequestMarshaller
 
GetApiKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
A resource that can be distributed to callers for executing Method resources that require an API key.
GetApiKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getApiKeys(GetApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeys(Consumer<GetApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeys() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeys() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
getApiKeys(GetApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
getApiKeys(Consumer<GetApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
GetApiKeysIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getApiKeysPaginator(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest) operation which is a paginated operation.
GetApiKeysIterable(ApiGatewayClient, GetApiKeysRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysIterable
 
getApiKeysPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeysPaginator(GetApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeysPaginator(Consumer<GetApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ApiKeys resource.
getApiKeysPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
getApiKeysPaginator(GetApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
getApiKeysPaginator(Consumer<GetApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ApiKeys resource.
GetApiKeysPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayAsyncClient.getApiKeysPaginator(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest) operation which is a paginated operation.
GetApiKeysPublisher(ApiGatewayAsyncClient, GetApiKeysRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysPublisher
 
GetApiKeysRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to get information about the current ApiKeys resource.
GetApiKeysRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetApiKeysRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetApiKeysRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetApiKeysRequestMarshaller
 
GetApiKeysResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of API keys as represented by an ApiKeys resource.
GetApiKeysResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getAuthorizer(GetAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Authorizer resource.
getAuthorizer(Consumer<GetAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Authorizer resource.
getAuthorizer(GetAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Authorizer resource.
getAuthorizer(Consumer<GetAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Authorizer resource.
GetAuthorizerRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe an existing Authorizer resource.
GetAuthorizerRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetAuthorizerRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetAuthorizerRequestMarshaller
 
GetAuthorizerResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an authorization layer for methods.
GetAuthorizerResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getAuthorizers(GetAuthorizersRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Authorizers resource.
getAuthorizers(Consumer<GetAuthorizersRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Authorizers resource.
getAuthorizers(GetAuthorizersRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Authorizers resource.
getAuthorizers(Consumer<GetAuthorizersRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Authorizers resource.
GetAuthorizersRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe an existing Authorizers resource.
GetAuthorizersRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetAuthorizersRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetAuthorizersRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetAuthorizersRequestMarshaller
 
GetAuthorizersResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of Authorizer resources.
GetAuthorizersResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getBasePathMapping(GetBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe a BasePathMapping resource.
getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe a BasePathMapping resource.
getBasePathMapping(GetBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe a BasePathMapping resource.
getBasePathMapping(Consumer<GetBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe a BasePathMapping resource.
GetBasePathMappingRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe a BasePathMapping resource.
GetBasePathMappingRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetBasePathMappingRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetBasePathMappingRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetBasePathMappingRequestMarshaller
 
GetBasePathMappingResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the base path that callers of the API must provide as part of the URL after the domain name.
GetBasePathMappingResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getBasePathMappings(GetBasePathMappingsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of BasePathMapping resources.
getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of BasePathMapping resources.
getBasePathMappings(GetBasePathMappingsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of BasePathMapping resources.
getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of BasePathMapping resources.
GetBasePathMappingsIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetBasePathMappingsIterable(ApiGatewayClient, GetBasePathMappingsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsIterable
 
getBasePathMappingsPaginator(GetBasePathMappingsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of BasePathMapping resources.
getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of BasePathMapping resources.
getBasePathMappingsPaginator(GetBasePathMappingsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of BasePathMapping resources.
getBasePathMappingsPaginator(Consumer<GetBasePathMappingsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of BasePathMapping resources.
GetBasePathMappingsPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetBasePathMappingsPublisher(ApiGatewayAsyncClient, GetBasePathMappingsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsPublisher
 
GetBasePathMappingsRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to get information about a collection of BasePathMapping resources.
GetBasePathMappingsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetBasePathMappingsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetBasePathMappingsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetBasePathMappingsRequestMarshaller
 
GetBasePathMappingsResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of BasePathMapping resources.
GetBasePathMappingsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getClientCertificate(GetClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ClientCertificate resource.
getClientCertificate(Consumer<GetClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about the current ClientCertificate resource.
getClientCertificate(GetClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ClientCertificate resource.
getClientCertificate(Consumer<GetClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about the current ClientCertificate resource.
GetClientCertificateRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to get information about the current ClientCertificate resource.
GetClientCertificateRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetClientCertificateRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetClientCertificateRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetClientCertificateRequestMarshaller
 
GetClientCertificateResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
GetClientCertificateResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getClientCertificates(GetClientCertificatesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificates(Consumer<GetClientCertificatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificates() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificates() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
getClientCertificates(GetClientCertificatesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
getClientCertificates(Consumer<GetClientCertificatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
GetClientCertificatesIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetClientCertificatesIterable(ApiGatewayClient, GetClientCertificatesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesIterable
 
getClientCertificatesPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificatesPaginator(GetClientCertificatesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificatesPaginator(Consumer<GetClientCertificatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a collection of ClientCertificate resources.
getClientCertificatesPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
getClientCertificatesPaginator(GetClientCertificatesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
getClientCertificatesPaginator(Consumer<GetClientCertificatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a collection of ClientCertificate resources.
GetClientCertificatesPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetClientCertificatesPublisher(ApiGatewayAsyncClient, GetClientCertificatesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesPublisher
 
GetClientCertificatesRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to get information about a collection of ClientCertificate resources.
GetClientCertificatesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetClientCertificatesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetClientCertificatesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetClientCertificatesRequestMarshaller
 
GetClientCertificatesResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of ClientCertificate resources.
GetClientCertificatesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDeployment(GetDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployment resource.
getDeployment(Consumer<GetDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployment resource.
getDeployment(GetDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployment resource.
getDeployment(Consumer<GetDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployment resource.
GetDeploymentRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to get information about a Deployment resource.
GetDeploymentRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDeploymentRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDeploymentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDeploymentRequestMarshaller
 
GetDeploymentResponse - Class in software.amazon.awssdk.services.apigateway.model
An immutable representation of a RestApi resource that can be called by users using Stages.
GetDeploymentResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDeployments(GetDeploymentsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployments collection.
getDeployments(Consumer<GetDeploymentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployments collection.
getDeployments(GetDeploymentsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployments collection.
getDeployments(Consumer<GetDeploymentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployments collection.
GetDeploymentsIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetDeploymentsIterable(ApiGatewayClient, GetDeploymentsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsIterable
 
getDeploymentsPaginator(GetDeploymentsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployments collection.
getDeploymentsPaginator(Consumer<GetDeploymentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Deployments collection.
getDeploymentsPaginator(GetDeploymentsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployments collection.
getDeploymentsPaginator(Consumer<GetDeploymentsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Deployments collection.
GetDeploymentsPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetDeploymentsPublisher(ApiGatewayAsyncClient, GetDeploymentsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsPublisher
 
GetDeploymentsRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to get information about a Deployments collection.
GetDeploymentsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDeploymentsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDeploymentsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDeploymentsRequestMarshaller
 
GetDeploymentsResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection.
GetDeploymentsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDocumentationPart(GetDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationPart operation asynchronously.
getDocumentationPart(Consumer<GetDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationPart operation asynchronously.
getDocumentationPart(GetDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationPart operation.
getDocumentationPart(Consumer<GetDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationPart operation.
GetDocumentationPartRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets a specified documentation part of a given API.
GetDocumentationPartRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDocumentationPartRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDocumentationPartRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDocumentationPartRequestMarshaller
 
GetDocumentationPartResponse - Class in software.amazon.awssdk.services.apigateway.model
A documentation part for a targeted API entity.
GetDocumentationPartResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDocumentationParts(GetDocumentationPartsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationParts operation asynchronously.
getDocumentationParts(Consumer<GetDocumentationPartsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationParts operation asynchronously.
getDocumentationParts(GetDocumentationPartsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationParts operation.
getDocumentationParts(Consumer<GetDocumentationPartsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationParts operation.
GetDocumentationPartsRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the documentation parts of an API.
GetDocumentationPartsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDocumentationPartsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDocumentationPartsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDocumentationPartsRequestMarshaller
 
GetDocumentationPartsResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of documentation parts of an API.
GetDocumentationPartsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDocumentationVersion(GetDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationVersion operation asynchronously.
getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationVersion operation asynchronously.
getDocumentationVersion(GetDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationVersion operation.
getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationVersion operation.
GetDocumentationVersionRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets a documentation snapshot of an API.
GetDocumentationVersionRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDocumentationVersionRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDocumentationVersionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDocumentationVersionRequestMarshaller
 
GetDocumentationVersionResponse - Class in software.amazon.awssdk.services.apigateway.model
A snapshot of the documentation of an API.
GetDocumentationVersionResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDocumentationVersions(GetDocumentationVersionsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationVersions operation asynchronously.
getDocumentationVersions(Consumer<GetDocumentationVersionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetDocumentationVersions operation asynchronously.
getDocumentationVersions(GetDocumentationVersionsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationVersions operation.
getDocumentationVersions(Consumer<GetDocumentationVersionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetDocumentationVersions operation.
GetDocumentationVersionsRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the documentation versions of an API.
GetDocumentationVersionsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDocumentationVersionsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDocumentationVersionsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDocumentationVersionsRequestMarshaller
 
GetDocumentationVersionsResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of documentation snapshots of an API.
GetDocumentationVersionsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDomainName(GetDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
getDomainName(Consumer<GetDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
getDomainName(GetDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
getDomainName(Consumer<GetDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
GetDomainNameRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to get the name of a DomainName resource.
GetDomainNameRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDomainNameRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDomainNameRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDomainNameRequestMarshaller
 
GetDomainNameResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a custom domain name as a user-friendly host name of an API (RestApi).
GetDomainNameResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getDomainNames(GetDomainNamesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNames(Consumer<GetDomainNamesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNames() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNames() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
getDomainNames(GetDomainNamesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
getDomainNames(Consumer<GetDomainNamesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
GetDomainNamesIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetDomainNamesIterable(ApiGatewayClient, GetDomainNamesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesIterable
 
getDomainNamesPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNamesPaginator(GetDomainNamesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNamesPaginator(Consumer<GetDomainNamesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a collection of DomainName resources.
getDomainNamesPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
getDomainNamesPaginator(GetDomainNamesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
getDomainNamesPaginator(Consumer<GetDomainNamesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a collection of DomainName resources.
GetDomainNamesPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetDomainNamesPublisher(ApiGatewayAsyncClient, GetDomainNamesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesPublisher
 
GetDomainNamesRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe a collection of DomainName resources.
GetDomainNamesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetDomainNamesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetDomainNamesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetDomainNamesRequestMarshaller
 
GetDomainNamesResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of DomainName resources.
GetDomainNamesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getExport(GetExportRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Exports a deployed version of a RestApi in a specified format.
getExport(Consumer<GetExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Exports a deployed version of a RestApi in a specified format.
getExport(GetExportRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Exports a deployed version of a RestApi in a specified format.
getExport(Consumer<GetExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Exports a deployed version of a RestApi in a specified format.
GetExportRequest - Class in software.amazon.awssdk.services.apigateway.model
Request a new export of a RestApi for a particular Stage.
GetExportRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetExportRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetExportRequest Marshaller
GetExportRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetExportRequestMarshaller
 
GetExportResponse - Class in software.amazon.awssdk.services.apigateway.model
The binary blob response to GetExport, which contains the generated SDK.
GetExportResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getGatewayResponse(GetGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a GatewayResponse of a specified response type on the given RestApi.
getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a GatewayResponse of a specified response type on the given RestApi.
getGatewayResponse(GetGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a GatewayResponse of a specified response type on the given RestApi.
getGatewayResponse(Consumer<GetGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a GatewayResponse of a specified response type on the given RestApi.
GetGatewayResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets a GatewayResponse of a specified response type on the given RestApi.
GetGatewayResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetGatewayResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetGatewayResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetGatewayResponseRequestMarshaller
 
GetGatewayResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
A gateway response of a given response type and status code, with optional response parameters and mapping templates.
GetGatewayResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getGatewayResponses(GetGatewayResponsesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the GatewayResponses collection on the given RestApi.
getGatewayResponses(Consumer<GetGatewayResponsesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the GatewayResponses collection on the given RestApi.
getGatewayResponses(GetGatewayResponsesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the GatewayResponses collection on the given RestApi.
getGatewayResponses(Consumer<GetGatewayResponsesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the GatewayResponses collection on the given RestApi.
GetGatewayResponsesRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the GatewayResponses collection on the given RestApi.
GetGatewayResponsesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetGatewayResponsesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetGatewayResponsesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetGatewayResponsesRequestMarshaller
 
GetGatewayResponsesResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of the GatewayResponse instances of a RestApi as a responseType -to-GatewayResponse object map of key-value pairs.
GetGatewayResponsesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getIntegration(GetIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Get the integration settings.
getIntegration(Consumer<GetIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Get the integration settings.
getIntegration(GetIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Get the integration settings.
getIntegration(Consumer<GetIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Get the integration settings.
GetIntegrationRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents a request to get the integration configuration.
GetIntegrationRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetIntegrationRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetIntegrationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetIntegrationRequestMarshaller
 
getIntegrationResponse(GetIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a get integration response.
getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a get integration response.
getIntegrationResponse(GetIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a get integration response.
getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a get integration response.
GetIntegrationResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.
GetIntegrationResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetIntegrationResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents a get integration response request.
GetIntegrationResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetIntegrationResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetIntegrationResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetIntegrationResponseRequestMarshaller
 
GetIntegrationResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an integration response.
GetIntegrationResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getMethod(GetMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Method resource.
getMethod(Consumer<GetMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describe an existing Method resource.
getMethod(GetMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Method resource.
getMethod(Consumer<GetMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describe an existing Method resource.
GetMethodRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe an existing Method resource.
GetMethodRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetMethodRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetMethodRequest Marshaller
GetMethodRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetMethodRequestMarshaller
 
getMethodResponse(GetMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes a MethodResponse resource.
getMethodResponse(Consumer<GetMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes a MethodResponse resource.
getMethodResponse(GetMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes a MethodResponse resource.
getMethodResponse(Consumer<GetMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes a MethodResponse resource.
GetMethodResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client-facing interface by which the client calls the API to access back-end resources.
GetMethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetMethodResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to describe a MethodResponse resource.
GetMethodResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetMethodResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetMethodResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetMethodResponseRequestMarshaller
 
GetMethodResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a method response of a given HTTP status code returned to the client.
GetMethodResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getModel(GetModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes an existing model defined for a RestApi resource.
getModel(Consumer<GetModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes an existing model defined for a RestApi resource.
getModel(GetModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes an existing model defined for a RestApi resource.
getModel(Consumer<GetModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes an existing model defined for a RestApi resource.
GetModelRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to list information about a model in an existing RestApi resource.
GetModelRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetModelRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetModelRequest Marshaller
GetModelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetModelRequestMarshaller
 
GetModelResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the data structure of a method's request or response payload.
GetModelResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getModels(GetModelsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes existing Models defined for a RestApi resource.
getModels(Consumer<GetModelsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes existing Models defined for a RestApi resource.
getModels(GetModelsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes existing Models defined for a RestApi resource.
getModels(Consumer<GetModelsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes existing Models defined for a RestApi resource.
GetModelsIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getModelsPaginator(software.amazon.awssdk.services.apigateway.model.GetModelsRequest) operation which is a paginated operation.
GetModelsIterable(ApiGatewayClient, GetModelsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetModelsIterable
 
getModelsPaginator(GetModelsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes existing Models defined for a RestApi resource.
getModelsPaginator(Consumer<GetModelsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Describes existing Models defined for a RestApi resource.
getModelsPaginator(GetModelsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes existing Models defined for a RestApi resource.
getModelsPaginator(Consumer<GetModelsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Describes existing Models defined for a RestApi resource.
GetModelsPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayAsyncClient.getModelsPaginator(software.amazon.awssdk.services.apigateway.model.GetModelsRequest) operation which is a paginated operation.
GetModelsPublisher(ApiGatewayAsyncClient, GetModelsRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetModelsPublisher
 
GetModelsRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to list existing Models defined for a RestApi resource.
GetModelsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetModelsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetModelsRequest Marshaller
GetModelsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetModelsRequestMarshaller
 
GetModelsResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of Model resources.
GetModelsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getModelTemplate(GetModelTemplateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
getModelTemplate(Consumer<GetModelTemplateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
getModelTemplate(GetModelTemplateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
getModelTemplate(Consumer<GetModelTemplateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
GetModelTemplateRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to generate a sample mapping template used to transform the payload.
GetModelTemplateRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetModelTemplateRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetModelTemplateRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetModelTemplateRequestMarshaller
 
GetModelTemplateResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a mapping template used to transform a payload.
GetModelTemplateResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getRequestValidator(GetRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a RequestValidator of a given RestApi.
getRequestValidator(Consumer<GetRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a RequestValidator of a given RestApi.
getRequestValidator(GetRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a RequestValidator of a given RestApi.
getRequestValidator(Consumer<GetRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a RequestValidator of a given RestApi.
GetRequestValidatorRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets a RequestValidator of a given RestApi.
GetRequestValidatorRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetRequestValidatorRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetRequestValidatorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetRequestValidatorRequestMarshaller
 
GetRequestValidatorResponse - Class in software.amazon.awssdk.services.apigateway.model
A set of validation rules for incoming Method requests.
GetRequestValidatorResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getRequestValidators(GetRequestValidatorsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the RequestValidators collection of a given RestApi.
getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the RequestValidators collection of a given RestApi.
getRequestValidators(GetRequestValidatorsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the RequestValidators collection of a given RestApi.
getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the RequestValidators collection of a given RestApi.
GetRequestValidatorsRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the RequestValidators collection of a given RestApi.
GetRequestValidatorsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetRequestValidatorsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetRequestValidatorsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetRequestValidatorsRequestMarshaller
 
GetRequestValidatorsResponse - Class in software.amazon.awssdk.services.apigateway.model
A collection of RequestValidator resources of a given RestApi.
GetRequestValidatorsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getResource(GetResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a resource.
getResource(Consumer<GetResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a resource.
getResource(GetResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a resource.
getResource(Consumer<GetResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a resource.
GetResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to list information about a resource.
GetResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetResourceRequestMarshaller
 
GetResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an API resource.
GetResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getResources(GetResourcesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a collection of Resource resources.
getResources(Consumer<GetResourcesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a collection of Resource resources.
getResources(GetResourcesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a collection of Resource resources.
getResources(Consumer<GetResourcesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a collection of Resource resources.
GetResourcesIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getResourcesPaginator(software.amazon.awssdk.services.apigateway.model.GetResourcesRequest) operation which is a paginated operation.
GetResourcesIterable(ApiGatewayClient, GetResourcesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetResourcesIterable
 
getResourcesPaginator(GetResourcesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a collection of Resource resources.
getResourcesPaginator(Consumer<GetResourcesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists information about a collection of Resource resources.
getResourcesPaginator(GetResourcesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a collection of Resource resources.
getResourcesPaginator(Consumer<GetResourcesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists information about a collection of Resource resources.
GetResourcesPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetResourcesPublisher(ApiGatewayAsyncClient, GetResourcesRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetResourcesPublisher
 
GetResourcesRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to list information about a collection of resources.
GetResourcesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetResourcesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetResourcesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetResourcesRequestMarshaller
 
GetResourcesResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of Resource resources.
GetResourcesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getRestApi(GetRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApi resource in the collection.
getRestApi(Consumer<GetRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApi resource in the collection.
getRestApi(GetRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApi resource in the collection.
getRestApi(Consumer<GetRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApi resource in the collection.
GetRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to list an existing RestApi defined for your collection.
GetRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetRestApiRequestMarshaller
 
GetRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
GetRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getRestApis(GetRestApisRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApis(Consumer<GetRestApisRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApis() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApis() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
getRestApis(GetRestApisRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
getRestApis(Consumer<GetRestApisRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
GetRestApisIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getRestApisPaginator(software.amazon.awssdk.services.apigateway.model.GetRestApisRequest) operation which is a paginated operation.
GetRestApisIterable(ApiGatewayClient, GetRestApisRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetRestApisIterable
 
getRestApisPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApisPaginator(GetRestApisRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApisPaginator(Consumer<GetRestApisRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Lists the RestApis resources for your collection.
getRestApisPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
getRestApisPaginator(GetRestApisRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
getRestApisPaginator(Consumer<GetRestApisRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Lists the RestApis resources for your collection.
GetRestApisPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetRestApisPublisher(ApiGatewayAsyncClient, GetRestApisRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetRestApisPublisher
 
GetRestApisRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to list existing RestApis defined for your collection.
GetRestApisRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetRestApisRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetRestApisRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetRestApisRequestMarshaller
 
GetRestApisResponse - Class in software.amazon.awssdk.services.apigateway.model
Contains references to your APIs and links that guide you in how to interact with your collection.
GetRestApisResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getSdk(GetSdkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a client SDK for a RestApi and Stage.
getSdk(Consumer<GetSdkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Generates a client SDK for a RestApi and Stage.
getSdk(GetSdkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a client SDK for a RestApi and Stage.
getSdk(Consumer<GetSdkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Generates a client SDK for a RestApi and Stage.
GetSdkRequest - Class in software.amazon.awssdk.services.apigateway.model
Request a new generated client SDK for a RestApi and Stage.
GetSdkRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetSdkRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetSdkRequest Marshaller
GetSdkRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetSdkRequestMarshaller
 
GetSdkResponse - Class in software.amazon.awssdk.services.apigateway.model
The binary blob response to GetSdk, which contains the generated SDK.
GetSdkResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getSdkType(GetSdkTypeRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetSdkType operation asynchronously.
getSdkType(Consumer<GetSdkTypeRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetSdkType operation asynchronously.
getSdkType(GetSdkTypeRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetSdkType operation.
getSdkType(Consumer<GetSdkTypeRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetSdkType operation.
GetSdkTypeRequest - Class in software.amazon.awssdk.services.apigateway.model
Get an SdkType instance.
GetSdkTypeRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetSdkTypeRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetSdkTypeRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetSdkTypeRequestMarshaller
 
GetSdkTypeResponse - Class in software.amazon.awssdk.services.apigateway.model
A type of SDK that API Gateway can generate.
GetSdkTypeResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getSdkTypes(GetSdkTypesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetSdkTypes operation asynchronously.
getSdkTypes(Consumer<GetSdkTypesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetSdkTypes operation asynchronously.
getSdkTypes() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the GetSdkTypes operation asynchronously.
getSdkTypes() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetSdkTypes operation.
getSdkTypes(GetSdkTypesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetSdkTypes operation.
getSdkTypes(Consumer<GetSdkTypesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the GetSdkTypes operation.
GetSdkTypesRequest - Class in software.amazon.awssdk.services.apigateway.model
Get the SdkTypes collection.
GetSdkTypesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetSdkTypesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetSdkTypesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetSdkTypesRequestMarshaller
 
GetSdkTypesResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of SdkType instances.
GetSdkTypesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getStage(GetStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Stage resource.
getStage(Consumer<GetStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about a Stage resource.
getStage(GetStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Stage resource.
getStage(Consumer<GetStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about a Stage resource.
GetStageRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to get information about a Stage resource.
GetStageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetStageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetStageRequest Marshaller
GetStageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetStageRequestMarshaller
 
GetStageResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
GetStageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getStages(GetStagesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about one or more Stage resources.
getStages(Consumer<GetStagesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets information about one or more Stage resources.
getStages(GetStagesRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about one or more Stage resources.
getStages(Consumer<GetStagesRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets information about one or more Stage resources.
GetStagesRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to get information about one or more Stage resources.
GetStagesRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetStagesRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetStagesRequest Marshaller
GetStagesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetStagesRequestMarshaller
 
GetStagesResponse - Class in software.amazon.awssdk.services.apigateway.model
A list of Stage resources that are associated with the ApiKey resource.
GetStagesResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getTags(GetTagsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the Tags collection for a given resource.
getTags(Consumer<GetTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the Tags collection for a given resource.
getTags(GetTagsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the Tags collection for a given resource.
getTags(Consumer<GetTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the Tags collection for a given resource.
GetTagsRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the Tags collection for a given resource.
GetTagsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetTagsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetTagsRequest Marshaller
GetTagsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetTagsRequestMarshaller
 
GetTagsResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of tags.
GetTagsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getUsage(GetUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the usage data of a usage plan in a specified time interval.
getUsage(Consumer<GetUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the usage data of a usage plan in a specified time interval.
getUsage(GetUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the usage data of a usage plan in a specified time interval.
getUsage(Consumer<GetUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the usage data of a usage plan in a specified time interval.
GetUsageIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getUsagePaginator(software.amazon.awssdk.services.apigateway.model.GetUsageRequest) operation which is a paginated operation.
GetUsageIterable(ApiGatewayClient, GetUsageRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsageIterable
 
getUsagePaginator(GetUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the usage data of a usage plan in a specified time interval.
getUsagePaginator(Consumer<GetUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the usage data of a usage plan in a specified time interval.
getUsagePaginator(GetUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the usage data of a usage plan in a specified time interval.
getUsagePaginator(Consumer<GetUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the usage data of a usage plan in a specified time interval.
getUsagePlan(GetUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a usage plan of a given plan identifier.
getUsagePlan(Consumer<GetUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a usage plan of a given plan identifier.
getUsagePlan(GetUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a usage plan of a given plan identifier.
getUsagePlan(Consumer<GetUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a usage plan of a given plan identifier.
getUsagePlanKey(GetUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a usage plan key of a given key identifier.
getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a usage plan key of a given key identifier.
getUsagePlanKey(GetUsagePlanKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a usage plan key of a given key identifier.
getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a usage plan key of a given key identifier.
GetUsagePlanKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to get a usage plan key of a given key identifier.
GetUsagePlanKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePlanKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetUsagePlanKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanKeyRequestMarshaller
 
GetUsagePlanKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan key to identify a plan customer.
GetUsagePlanKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getUsagePlanKeys(GetUsagePlanKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeys(GetUsagePlanKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
GetUsagePlanKeysIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetUsagePlanKeysIterable(ApiGatewayClient, GetUsagePlanKeysRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysIterable
 
getUsagePlanKeysPaginator(GetUsagePlanKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeysPaginator(GetUsagePlanKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeysPaginator(Consumer<GetUsagePlanKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plan keys representing the API keys added to a specified usage plan.
GetUsagePlanKeysPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetUsagePlanKeysPublisher(ApiGatewayAsyncClient, GetUsagePlanKeysRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysPublisher
 
GetUsagePlanKeysRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.
GetUsagePlanKeysRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePlanKeysRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetUsagePlanKeysRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanKeysRequestMarshaller
 
GetUsagePlanKeysResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.
GetUsagePlanKeysResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePlanRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to get a usage plan of a given plan identifier.
GetUsagePlanRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePlanRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetUsagePlanRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanRequestMarshaller
 
GetUsagePlanResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.
GetUsagePlanResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getUsagePlans(GetUsagePlansRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlans(Consumer<GetUsagePlansRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlans() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlans() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
getUsagePlans(GetUsagePlansRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
getUsagePlans(Consumer<GetUsagePlansRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
GetUsagePlansIterable - Class in software.amazon.awssdk.services.apigateway.paginators
GetUsagePlansIterable(ApiGatewayClient, GetUsagePlansRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansIterable
 
getUsagePlansPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlansPaginator(GetUsagePlansRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlansPaginator(Consumer<GetUsagePlansRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets all the usage plans of the caller's account.
getUsagePlansPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
getUsagePlansPaginator(GetUsagePlansRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
getUsagePlansPaginator(Consumer<GetUsagePlansRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets all the usage plans of the caller's account.
GetUsagePlansPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetUsagePlansPublisher(ApiGatewayAsyncClient, GetUsagePlansRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansPublisher
 
GetUsagePlansRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to get all the usage plans of the caller's account.
GetUsagePlansRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePlansRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetUsagePlansRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetUsagePlansRequestMarshaller
 
GetUsagePlansResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a collection of usage plans for an AWS account.
GetUsagePlansResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsagePublisher - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayAsyncClient.getUsagePaginator(software.amazon.awssdk.services.apigateway.model.GetUsageRequest) operation which is a paginated operation.
GetUsagePublisher(ApiGatewayAsyncClient, GetUsageRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetUsagePublisher
 
GetUsageRequest - Class in software.amazon.awssdk.services.apigateway.model
The GET request to get the usage data of a usage plan in a specified time interval.
GetUsageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetUsageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetUsageRequest Marshaller
GetUsageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetUsageRequestMarshaller
 
GetUsageResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the usage data of a usage plan.
GetUsageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
getVpcLink(GetVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a specified VPC link under the caller's account in a region.
getVpcLink(Consumer<GetVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets a specified VPC link under the caller's account in a region.
getVpcLink(GetVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a specified VPC link under the caller's account in a region.
getVpcLink(Consumer<GetVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets a specified VPC link under the caller's account in a region.
GetVpcLinkRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets a specified VPC link under the caller's account in a region.
GetVpcLinkRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetVpcLinkRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetVpcLinkRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetVpcLinkRequestMarshaller
 
GetVpcLinkResponse - Class in software.amazon.awssdk.services.apigateway.model
An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).
GetVpcLinkResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
getVpcLinks(GetVpcLinksRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinks(Consumer<GetVpcLinksRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinks() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinks() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinks(GetVpcLinksRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinks(Consumer<GetVpcLinksRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
GetVpcLinksIterable - Class in software.amazon.awssdk.services.apigateway.paginators
Represents the output for the ApiGatewayClient.getVpcLinksPaginator(software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest) operation which is a paginated operation.
GetVpcLinksIterable(ApiGatewayClient, GetVpcLinksRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksIterable
 
getVpcLinksPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinksPaginator(GetVpcLinksRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinksPaginator(Consumer<GetVpcLinksRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinksPaginator() - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinksPaginator(GetVpcLinksRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
getVpcLinksPaginator(Consumer<GetVpcLinksRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Gets the VpcLinks collection under the caller's account in a selected region.
GetVpcLinksPublisher - Class in software.amazon.awssdk.services.apigateway.paginators
GetVpcLinksPublisher(ApiGatewayAsyncClient, GetVpcLinksRequest) - Constructor for class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksPublisher
 
GetVpcLinksRequest - Class in software.amazon.awssdk.services.apigateway.model
Gets the VpcLinks collection under the caller's account in a selected region.
GetVpcLinksRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
GetVpcLinksRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
GetVpcLinksRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.GetVpcLinksRequestMarshaller
 
GetVpcLinksResponse - Class in software.amazon.awssdk.services.apigateway.model
The collection of VPC links under the caller's account in a region.
GetVpcLinksResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 

H

hasAdditionalContext() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
Returns true if the AdditionalContext property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiStages() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
Returns true if the ApiStages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiStages() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
Returns true if the ApiStages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiStages() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
Returns true if the ApiStages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiStages() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
Returns true if the ApiStages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiStages() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
Returns true if the ApiStages property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
Returns true if the ApiSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
Returns true if the ApiSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
Returns true if the ApiSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasApiSummary() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
Returns true if the ApiSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorization() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
Returns true if the Authorization property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Returns true if the AuthorizationScopes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Returns true if the AuthorizationScopes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Returns true if the AuthorizationScopes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Returns true if the AuthorizationScopes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasAuthorizationScopes() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Returns true if the AuthorizationScopes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasBinaryMediaTypes() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Returns true if the BinaryMediaTypes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Returns true if the CacheKeyParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Returns true if the CacheKeyParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Returns true if the CacheKeyParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Returns true if the CacheKeyParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasCacheKeyParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Returns true if the CacheKeyParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasClaims() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
Returns true if the Claims property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasConfigurationProperties() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
Returns true if the ConfigurationProperties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasConfigurationProperties() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
Returns true if the ConfigurationProperties property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEmbed() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
Returns true if the Embed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEmbed() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
Returns true if the Embed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasEmbed() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
Returns true if the Embed property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasFeatures() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
Returns true if the Features property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasFeatures() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
Returns true if the Features property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
hashCode() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
hasHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
Returns true if the Headers property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIds() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIds() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIntegrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Returns true if the IntegrationResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIntegrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Returns true if the IntegrationResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIntegrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Returns true if the IntegrationResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasIntegrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Returns true if the IntegrationResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItem() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
Returns true if the Item property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasItems() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Returns true if the MethodResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Returns true if the MethodResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Returns true if the MethodResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Returns true if the MethodResponses property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Returns true if the MethodSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Returns true if the MethodSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Returns true if the MethodSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMethodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Returns true if the MethodSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMultiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
Returns true if the MultiValueHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMultiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
Returns true if the MultiValueHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasMultiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
Returns true if the MultiValueHeaders property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
Returns true if the Parameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasPatchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
Returns true if the PatchOperations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProviderARNs() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
Returns true if the ProviderARNs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProviderARNs() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
Returns true if the ProviderARNs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProviderARNs() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Returns true if the ProviderARNs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProviderARNs() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
Returns true if the ProviderARNs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasProviderARNs() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Returns true if the ProviderARNs property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestModels() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Returns true if the RequestModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestModels() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Returns true if the RequestModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Returns true if the RequestModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Returns true if the RequestModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestModels() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Returns true if the RequestModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Returns true if the RequestParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Returns true if the RequestTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Returns true if the RequestTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Returns true if the RequestTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Returns true if the RequestTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasRequestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Returns true if the RequestTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
Returns true if the ResourceMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
Returns true if the ResourceMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
Returns true if the ResourceMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
Returns true if the ResourceMethods property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseModels() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseModels() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseModels() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
Returns true if the ResponseModels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
Returns true if the ResponseParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasResponseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Returns true if the ResponseTemplates property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
Returns true if the StageKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Returns true if the StageKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
Returns true if the StageKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
Returns true if the StageKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
Returns true if the StageKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageVariableOverrides() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
Returns true if the StageVariableOverrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageVariableOverrides() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
Returns true if the StageVariableOverrides property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageVariables() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
Returns true if the StageVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasStageVariables() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
Returns true if the StageVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTagKeys() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
Returns true if the TagKeys property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTags() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetArns() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
Returns true if the TargetArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetArns() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
Returns true if the TargetArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetArns() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
Returns true if the TargetArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetArns() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
Returns true if the TargetArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTargetArns() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
Returns true if the TargetArns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasThrottle() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
Returns true if the Throttle property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTruststoreWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
Returns true if the TruststoreWarnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasTypes() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
Returns true if the Types property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVariables() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Returns true if the Variables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasVpcEndpointIds() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
Returns true if the VpcEndpointIds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
hasWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Returns true if the Warnings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty).
headers(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Required] A key-value map of headers to simulate an incoming invocation request.
headers() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Required] A key-value map of headers to simulate an incoming invocation request.
headers(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
A key-value map of headers to simulate an incoming invocation request.
headers() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
A key-value map of headers to simulate an incoming invocation request.
headers(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The headers of the HTTP response.
headers() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The headers of the HTTP response.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest.Builder
[Required] Specifies a delete integration request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
[Required] Specifies a delete integration request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
[Required] Specifies a delete integration response request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
[Required] Specifies a delete integration response request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
[Required] The HTTP verb of the Method resource.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
[Required] The HTTP verb of the Method resource.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
[Required] Specifies a get integration request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
[Required] Specifies a get integration request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies the integration's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies the integration's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
[Required] Specifies a get integration response request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
[Required] Specifies a get integration response request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
[Required] Specifies the method request's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
[Required] Specifies the method request's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
The method's HTTP verb.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
The method's HTTP verb.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
[Required] The HTTP verb of the Method resource.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies the integration's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies the integration's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
The method's HTTP verb.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.Method
The method's HTTP verb.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
[Required] Specifies a put integration request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
[Required] Specifies a put integration request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies the integration's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies the integration's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
[Required] Specifies a put integration response request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
[Required] Specifies a put integration response request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
[Required] Specifies the method request's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
[Required] Specifies the method request's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
The method's HTTP verb.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
The method's HTTP verb.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
[Required] The HTTP verb of the Method resource.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
[Required] Specifies a test invoke method request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
[Required] Specifies a test invoke method request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
[Required] Represents an update integration request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
[Required] Represents an update integration request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies the integration's HTTP method type.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies the integration's HTTP method type.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
[Required] Specifies an update integration response request's HTTP method.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
[Required] Specifies an update integration response request's HTTP method.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
[Required] The HTTP verb of the Method resource.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
The method's HTTP verb.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
The method's HTTP verb.
httpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
[Required] The HTTP verb of the Method resource.
httpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
[Required] The HTTP verb of the Method resource.

I

id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The identifier of the API Key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The identifier of the API Key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
The identifier for the authorizer resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
The identifier for the authorizer resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The identifier of the API Key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The identifier of the API Key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
The identifier for the authorizer resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
The identifier for the authorizer resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse.Builder
The identifier for the deployment resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
The identifier for the deployment resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse.Builder
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelResponse.Builder
The identifier for the model resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
The identifier for the model resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse.Builder
The identifier of this RequestValidator.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
The identifier of this RequestValidator.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceResponse.Builder
The resource's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
The resource's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse.Builder
The Id of a usage plan key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
The Id of a usage plan key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The identifier of a UsagePlan resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The identifier of a UsagePlan resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The identifier of the VpcLink.
id() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The identifier of the VpcLink.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Deployment.Builder
The identifier for the deployment resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
The identifier for the deployment resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPart.Builder
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The identifier of the API Key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The identifier of the API Key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
The identifier for the authorizer resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
The identifier for the authorizer resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse.Builder
The identifier for the deployment resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
The identifier for the deployment resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse.Builder
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelResponse.Builder
The identifier for the model resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
The identifier for the model resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse.Builder
The identifier of this RequestValidator.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
The identifier of this RequestValidator.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceResponse.Builder
The resource's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
The resource's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest.Builder
[Required] The identifier of the queried SdkType instance.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
[Required] The identifier of the queried SdkType instance.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse.Builder
The identifier of an SdkType instance.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
The identifier of an SdkType instance.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse.Builder
The Id of a usage plan key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
The Id of a usage plan key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The identifier of a UsagePlan resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The identifier of a UsagePlan resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The identifier of the VpcLink.
id() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The identifier of the VpcLink.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Model.Builder
The identifier for the model resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.Model
The identifier for the model resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RequestValidator.Builder
The identifier of this RequestValidator.
id() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
The identifier of this RequestValidator.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Resource.Builder
The resource's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
The resource's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkType.Builder
The identifier of an SdkType instance.
id() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
The identifier of an SdkType instance.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The identifier of the API Key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The identifier of the API Key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
The identifier for the authorizer resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
The identifier for the authorizer resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse.Builder
The identifier for the deployment resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
The identifier for the deployment resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse.Builder
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
The DocumentationPart identifier, generated by API Gateway when the DocumentationPart is created.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelResponse.Builder
The identifier for the model resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
The identifier for the model resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse.Builder
The identifier of this RequestValidator.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
The identifier of this RequestValidator.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse.Builder
The resource's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
The resource's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The API's identifier.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The API's identifier.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The identifier of a UsagePlan resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The identifier of a UsagePlan resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The identifier of the VpcLink.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The identifier of the VpcLink.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The identifier of a UsagePlan resource.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The identifier of a UsagePlan resource.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlanKey.Builder
The Id of a usage plan key.
id() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
The Id of a usage plan key.
id(String) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The identifier of the VpcLink.
id() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The identifier of the VpcLink.
identitySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
The identity source for which authorization is requested.
identitySource() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
The identity source for which authorization is requested.
identitySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
The identity source for which authorization is requested.
identitySource() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
The identity source for which authorization is requested.
identitySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
The identity source for which authorization is requested.
identitySource() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
The identity source for which authorization is requested.
identitySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
The identity source for which authorization is requested.
identitySource() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
The identity source for which authorization is requested.
identitySource(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
The identity source for which authorization is requested.
identitySource() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
The identity source for which authorization is requested.
identityValidationExpression(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
A validation expression for the incoming identity token.
identityValidationExpression() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
A validation expression for the incoming identity token.
identityValidationExpression(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
A validation expression for the incoming identity token.
identityValidationExpression() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
A validation expression for the incoming identity token.
identityValidationExpression(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
A validation expression for the incoming identity token.
identityValidationExpression() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
A validation expression for the incoming identity token.
identityValidationExpression(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
A validation expression for the incoming identity token.
identityValidationExpression() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
A validation expression for the incoming identity token.
identityValidationExpression(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
A validation expression for the incoming identity token.
identityValidationExpression() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
A validation expression for the incoming identity token.
ids(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse.Builder
A list of all the ApiKey identifiers.
ids(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse.Builder
A list of all the ApiKey identifiers.
ids() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
A list of all the ApiKey identifiers.
ids(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse.Builder
A list of the returned documentation part identifiers.
ids(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse.Builder
A list of the returned documentation part identifiers.
ids() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
A list of the returned documentation part identifiers.
importApiKeys(ImportApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Import API keys from an external source, such as a CSV-formatted file.
importApiKeys(Consumer<ImportApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Import API keys from an external source, such as a CSV-formatted file.
importApiKeys(ImportApiKeysRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Import API keys from an external source, such as a CSV-formatted file.
importApiKeys(Consumer<ImportApiKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Import API keys from an external source, such as a CSV-formatted file.
ImportApiKeysRequest - Class in software.amazon.awssdk.services.apigateway.model
The POST request to import API keys from an external source, such as a CSV-formatted file.
ImportApiKeysRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ImportApiKeysRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
ImportApiKeysRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.ImportApiKeysRequestMarshaller
 
ImportApiKeysResponse - Class in software.amazon.awssdk.services.apigateway.model
The identifier of an ApiKey used in a UsagePlan.
ImportApiKeysResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
importDocumentationParts(ImportDocumentationPartsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the ImportDocumentationParts operation asynchronously.
importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the ImportDocumentationParts operation asynchronously.
importDocumentationParts(ImportDocumentationPartsRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the ImportDocumentationParts operation.
importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the ImportDocumentationParts operation.
ImportDocumentationPartsRequest - Class in software.amazon.awssdk.services.apigateway.model
Import documentation parts from an external (e.g., OpenAPI) definition file.
ImportDocumentationPartsRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ImportDocumentationPartsRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
ImportDocumentationPartsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.ImportDocumentationPartsRequestMarshaller
 
ImportDocumentationPartsResponse - Class in software.amazon.awssdk.services.apigateway.model
A collection of the imported DocumentationPart identifiers.
ImportDocumentationPartsResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
importRestApi(ImportRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
A feature of the API Gateway control service for creating a new API from an external API definition file.
importRestApi(Consumer<ImportRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
A feature of the API Gateway control service for creating a new API from an external API definition file.
importRestApi(ImportRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
A feature of the API Gateway control service for creating a new API from an external API definition file.
importRestApi(Consumer<ImportRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
A feature of the API Gateway control service for creating a new API from an external API definition file.
ImportRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
A POST request to import an API to API Gateway using an input of an API definition file.
ImportRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
ImportRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
ImportRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.ImportRestApiRequestMarshaller
 
ImportRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
ImportRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
includeValue(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
A boolean flag to specify whether (true) or not (false) the result contains the key value.
includeValue() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
A boolean flag to specify whether (true) or not (false) the result contains the key value.
includeValues(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
A boolean flag to specify whether (true) or not (false) the result contains key values.
includeValues() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
A boolean flag to specify whether (true) or not (false) the result contains key values.
insecureSkipVerification(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.TlsConfig.Builder
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.
insecureSkipVerification() - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.
Integration - Class in software.amazon.awssdk.services.apigateway.model
Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.
Integration.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
integrationHttpMethod(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies a put integration HTTP method.
integrationHttpMethod() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies a put integration HTTP method.
IntegrationResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an integration response.
IntegrationResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
integrationResponses(Map<String, IntegrationResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies the integration's responses.
integrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies the integration's responses.
integrationResponses(Map<String, IntegrationResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies the integration's responses.
integrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies the integration's responses.
integrationResponses(Map<String, IntegrationResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies the integration's responses.
integrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies the integration's responses.
integrationResponses(Map<String, IntegrationResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies the integration's responses.
integrationResponses() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies the integration's responses.
IntegrationType - Enum in software.amazon.awssdk.services.apigateway.model
The integration type.
item(Collection<Stage>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesResponse.Builder
The current page of elements from this collection.
item(Stage...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesResponse.Builder
The current page of elements from this collection.
item(Consumer<Stage.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesResponse.Builder
The current page of elements from this collection.
item() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
The current page of elements from this collection.
items(Collection<ApiKey>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
The current page of elements from this collection.
items(ApiKey...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
The current page of elements from this collection.
items(Consumer<ApiKey.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
The current page of elements from this collection.
items(Collection<Authorizer>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse.Builder
The current page of elements from this collection.
items(Authorizer...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse.Builder
The current page of elements from this collection.
items(Consumer<Authorizer.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
The current page of elements from this collection.
items(Collection<BasePathMapping>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse.Builder
The current page of elements from this collection.
items(BasePathMapping...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse.Builder
The current page of elements from this collection.
items(Consumer<BasePathMapping.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
The current page of elements from this collection.
items(Collection<ClientCertificate>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse.Builder
The current page of elements from this collection.
items(ClientCertificate...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse.Builder
The current page of elements from this collection.
items(Consumer<ClientCertificate.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
The current page of elements from this collection.
items(Collection<Deployment>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse.Builder
The current page of elements from this collection.
items(Deployment...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse.Builder
The current page of elements from this collection.
items(Consumer<Deployment.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
The current page of elements from this collection.
items(Collection<DocumentationPart>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse.Builder
The current page of elements from this collection.
items(DocumentationPart...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse.Builder
The current page of elements from this collection.
items(Consumer<DocumentationPart.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
The current page of elements from this collection.
items(Collection<DocumentationVersion>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse.Builder
The current page of elements from this collection.
items(DocumentationVersion...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse.Builder
The current page of elements from this collection.
items(Consumer<DocumentationVersion.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
The current page of elements from this collection.
items(Collection<DomainName>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse.Builder
The current page of elements from this collection.
items(DomainName...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse.Builder
The current page of elements from this collection.
items(Consumer<DomainName.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
The current page of elements from this collection.
items(Collection<GatewayResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse.Builder
Returns the entire collection, because of no pagination support.
items(GatewayResponse...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse.Builder
Returns the entire collection, because of no pagination support.
items(Consumer<GatewayResponse.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse.Builder
Returns the entire collection, because of no pagination support.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
Returns the entire collection, because of no pagination support.
items(Collection<Model>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsResponse.Builder
The current page of elements from this collection.
items(Model...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsResponse.Builder
The current page of elements from this collection.
items(Consumer<Model.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
The current page of elements from this collection.
items(Collection<RequestValidator>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse.Builder
The current page of elements from this collection.
items(RequestValidator...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse.Builder
The current page of elements from this collection.
items(Consumer<RequestValidator.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
The current page of elements from this collection.
items(Collection<Resource>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesResponse.Builder
The current page of elements from this collection.
items(Resource...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesResponse.Builder
The current page of elements from this collection.
items(Consumer<Resource.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
The current page of elements from this collection.
items(Collection<RestApi>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisResponse.Builder
The current page of elements from this collection.
items(RestApi...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisResponse.Builder
The current page of elements from this collection.
items(Consumer<RestApi.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
The current page of elements from this collection.
items(Collection<SdkType>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse.Builder
The current page of elements from this collection.
items(SdkType...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse.Builder
The current page of elements from this collection.
items(Consumer<SdkType.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
The current page of elements from this collection.
items(Collection<UsagePlanKey>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse.Builder
The current page of elements from this collection.
items(UsagePlanKey...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse.Builder
The current page of elements from this collection.
items(Consumer<UsagePlanKey.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
The current page of elements from this collection.
items(Collection<UsagePlan>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse.Builder
The current page of elements from this collection.
items(UsagePlan...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse.Builder
The current page of elements from this collection.
items(Consumer<UsagePlan.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
The current page of elements from this collection.
items(Map<String, ? extends Collection<? extends Collection<Long>>>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageResponse.Builder
The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan.
items(Collection<VpcLink>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse.Builder
The current page of elements from this collection.
items(VpcLink...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse.Builder
The current page of elements from this collection.
items(Consumer<VpcLink.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse.Builder
The current page of elements from this collection.
items() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
The current page of elements from this collection.
items(Map<String, ? extends Collection<? extends Collection<Long>>>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse.Builder
The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan.
items() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
The usage data, as daily logs of used and remaining quotas, over the specified time interval indexed over the API keys in a usage plan.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysIterable
Returns an iterable to iterate through the paginated GetApiKeysResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsIterable
Returns an iterable to iterate through the paginated GetBasePathMappingsResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesIterable
Returns an iterable to iterate through the paginated GetClientCertificatesResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsIterable
Returns an iterable to iterate through the paginated GetDeploymentsResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesIterable
Returns an iterable to iterate through the paginated GetDomainNamesResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetModelsIterable
Returns an iterable to iterate through the paginated GetModelsResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetModelsPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetResourcesIterable
Returns an iterable to iterate through the paginated GetResourcesResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetResourcesPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetRestApisIterable
Returns an iterable to iterate through the paginated GetRestApisResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetRestApisPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsageIterable
Returns an iterable to iterate through the paginated GetUsageResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysIterable
Returns an iterable to iterate through the paginated GetUsagePlanKeysResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansIterable
Returns an iterable to iterate through the paginated GetUsagePlansResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansPublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePublisher
Returns a publisher that can be used to get a stream of data.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksIterable
Returns an iterable to iterate through the paginated GetVpcLinksResponse.items() member.
items() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksPublisher
Returns a publisher that can be used to get a stream of data.
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetModelsIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetResourcesIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetRestApisIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsageIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansIterable
 
iterator() - Method in class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksIterable
 

K

keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
[Required] The identifier of a UsagePlanKey resource for a plan customer.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
[Required] The identifier of a UsagePlanKey resource for a plan customer.
keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
[Required] The Id of the UsagePlanKey resource to be deleted.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
[Required] The Id of the UsagePlanKey resource to be deleted.
keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
[Required] The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
[Required] The key Id of the to-be-retrieved UsagePlanKey resource representing a plan customer.
keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
The identifier of the API key associated with the usage plans.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
The identifier of the API key associated with the usage plans.
keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
The Id of the API key associated with the resultant usage data.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
The Id of the API key associated with the resultant usage data.
keyId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
[Required] The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
keyId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
[Required] The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
keyType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
[Required] The type of a UsagePlanKey resource for a plan customer.
keyType() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
[Required] The type of a UsagePlanKey resource for a plan customer.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
Use this in place of ApiKeysFormat.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
Use this in place of ApiKeySourceType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.AuthorizerType
Use this in place of AuthorizerType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
Use this in place of CacheClusterStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.ConnectionType
Use this in place of ConnectionType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
Use this in place of ContentHandlingStrategy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.DocumentationPartType
Use this in place of DocumentationPartType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.DomainNameStatus
Use this in place of DomainNameStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.EndpointType
Use this in place of EndpointType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.GatewayResponseType
Use this in place of GatewayResponseType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.IntegrationType
Use this in place of IntegrationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.LocationStatusType
Use this in place of LocationStatusType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.Op
Use this in place of Op.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.PutMode
Use this in place of PutMode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
Use this in place of QuotaPeriodType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.SecurityPolicy
Use this in place of SecurityPolicy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Use this in place of UnauthorizedCacheControlHeaderStrategy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
Use this in place of VpcLinkStatus.values() to return a Set of all values known to the SDK.

L

lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The timestamp when the API Key was last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The timestamp when the API Key was last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The timestamp when the API Key was last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The timestamp when the API Key was last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The timestamp when the stage last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The timestamp when the stage last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The timestamp when the API Key was last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The timestamp when the API Key was last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The timestamp when the stage last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The timestamp when the stage last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The timestamp when the stage last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The timestamp when the stage last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The timestamp when the API Key was last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The timestamp when the API Key was last updated.
lastUpdatedDate(Instant) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The timestamp when the stage last updated.
lastUpdatedDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The timestamp when the stage last updated.
latency(Long) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The execution latency of the test authorizer request.
latency() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The execution latency of the test authorizer request.
latency(Long) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The execution latency of the test invoke request.
latency() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The execution latency of the test invoke request.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
(Not currently supported) The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
(Not currently supported) The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest.Builder
The maximum number of returned results per page.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
The maximum number of returned results per page.
limit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.QuotaSettings.Builder
The maximum number of requests that can be made in a given time period.
limit() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
The maximum number of requests that can be made in a given time period.
LimitExceededException - Exception in software.amazon.awssdk.services.apigateway.model
The request exceeded the rate limit.
LimitExceededException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
location(DocumentationPartLocation) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
[Required] The location of the targeted API entity of the to-be-created documentation part.
location(Consumer<DocumentationPartLocation.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
[Required] The location of the targeted API entity of the to-be-created documentation part.
location() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
[Required] The location of the targeted API entity of the to-be-created documentation part.
location(DocumentationPartLocation) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location(Consumer<DocumentationPartLocation.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
The location of the API entity to which the documentation applies.
location(DocumentationPartLocation) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPart.Builder
The location of the API entity to which the documentation applies.
location(Consumer<DocumentationPartLocation.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPart.Builder
The location of the API entity to which the documentation applies.
location() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
The location of the API entity to which the documentation applies.
location(DocumentationPartLocation) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location(Consumer<DocumentationPartLocation.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
The location of the API entity to which the documentation applies.
location(DocumentationPartLocation) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location(Consumer<DocumentationPartLocation.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse.Builder
The location of the API entity to which the documentation applies.
location() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
The location of the API entity to which the documentation applies.
locationStatus(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The status of the API documentation parts to retrieve.
locationStatus(LocationStatusType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The status of the API documentation parts to retrieve.
locationStatus() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The status of the API documentation parts to retrieve.
locationStatusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The status of the API documentation parts to retrieve.
LocationStatusType - Enum in software.amazon.awssdk.services.apigateway.model
 
log(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The API Gateway execution log for the test authorizer request.
log() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The API Gateway execution log for the test authorizer request.
log(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The API Gateway execution log for the test invoke request.
log() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The API Gateway execution log for the test invoke request.
loggingLevel(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
loggingLevel() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs.

M

marshall(CreateApiKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateApiKeyRequestMarshaller
 
marshall(CreateAuthorizerRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateAuthorizerRequestMarshaller
 
marshall(CreateBasePathMappingRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateBasePathMappingRequestMarshaller
 
marshall(CreateDeploymentRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateDeploymentRequestMarshaller
 
marshall(CreateDocumentationPartRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateDocumentationPartRequestMarshaller
 
marshall(CreateDocumentationVersionRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateDocumentationVersionRequestMarshaller
 
marshall(CreateDomainNameRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateDomainNameRequestMarshaller
 
marshall(CreateModelRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateModelRequestMarshaller
 
marshall(CreateRequestValidatorRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateRequestValidatorRequestMarshaller
 
marshall(CreateResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateResourceRequestMarshaller
 
marshall(CreateRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateRestApiRequestMarshaller
 
marshall(CreateStageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateStageRequestMarshaller
 
marshall(CreateUsagePlanKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateUsagePlanKeyRequestMarshaller
 
marshall(CreateUsagePlanRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateUsagePlanRequestMarshaller
 
marshall(CreateVpcLinkRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.CreateVpcLinkRequestMarshaller
 
marshall(DeleteApiKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteApiKeyRequestMarshaller
 
marshall(DeleteAuthorizerRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteAuthorizerRequestMarshaller
 
marshall(DeleteBasePathMappingRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteBasePathMappingRequestMarshaller
 
marshall(DeleteClientCertificateRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteClientCertificateRequestMarshaller
 
marshall(DeleteDeploymentRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteDeploymentRequestMarshaller
 
marshall(DeleteDocumentationPartRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteDocumentationPartRequestMarshaller
 
marshall(DeleteDocumentationVersionRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteDocumentationVersionRequestMarshaller
 
marshall(DeleteDomainNameRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteDomainNameRequestMarshaller
 
marshall(DeleteGatewayResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteGatewayResponseRequestMarshaller
 
marshall(DeleteIntegrationRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteIntegrationRequestMarshaller
 
marshall(DeleteIntegrationResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteIntegrationResponseRequestMarshaller
 
marshall(DeleteMethodRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteMethodRequestMarshaller
 
marshall(DeleteMethodResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteMethodResponseRequestMarshaller
 
marshall(DeleteModelRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteModelRequestMarshaller
 
marshall(DeleteRequestValidatorRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteRequestValidatorRequestMarshaller
 
marshall(DeleteResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteResourceRequestMarshaller
 
marshall(DeleteRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteRestApiRequestMarshaller
 
marshall(DeleteStageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteStageRequestMarshaller
 
marshall(DeleteUsagePlanKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteUsagePlanKeyRequestMarshaller
 
marshall(DeleteUsagePlanRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteUsagePlanRequestMarshaller
 
marshall(DeleteVpcLinkRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.DeleteVpcLinkRequestMarshaller
 
marshall(FlushStageAuthorizersCacheRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.FlushStageAuthorizersCacheRequestMarshaller
 
marshall(FlushStageCacheRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.FlushStageCacheRequestMarshaller
 
marshall(GenerateClientCertificateRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GenerateClientCertificateRequestMarshaller
 
marshall(GetAccountRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetAccountRequestMarshaller
 
marshall(GetApiKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetApiKeyRequestMarshaller
 
marshall(GetApiKeysRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetApiKeysRequestMarshaller
 
marshall(GetAuthorizerRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetAuthorizerRequestMarshaller
 
marshall(GetAuthorizersRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetAuthorizersRequestMarshaller
 
marshall(GetBasePathMappingRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetBasePathMappingRequestMarshaller
 
marshall(GetBasePathMappingsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetBasePathMappingsRequestMarshaller
 
marshall(GetClientCertificateRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetClientCertificateRequestMarshaller
 
marshall(GetClientCertificatesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetClientCertificatesRequestMarshaller
 
marshall(GetDeploymentRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDeploymentRequestMarshaller
 
marshall(GetDeploymentsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDeploymentsRequestMarshaller
 
marshall(GetDocumentationPartRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDocumentationPartRequestMarshaller
 
marshall(GetDocumentationPartsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDocumentationPartsRequestMarshaller
 
marshall(GetDocumentationVersionRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDocumentationVersionRequestMarshaller
 
marshall(GetDocumentationVersionsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDocumentationVersionsRequestMarshaller
 
marshall(GetDomainNameRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDomainNameRequestMarshaller
 
marshall(GetDomainNamesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetDomainNamesRequestMarshaller
 
marshall(GetExportRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetExportRequestMarshaller
 
marshall(GetGatewayResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetGatewayResponseRequestMarshaller
 
marshall(GetGatewayResponsesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetGatewayResponsesRequestMarshaller
 
marshall(GetIntegrationRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetIntegrationRequestMarshaller
 
marshall(GetIntegrationResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetIntegrationResponseRequestMarshaller
 
marshall(GetMethodRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetMethodRequestMarshaller
 
marshall(GetMethodResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetMethodResponseRequestMarshaller
 
marshall(GetModelRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetModelRequestMarshaller
 
marshall(GetModelsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetModelsRequestMarshaller
 
marshall(GetModelTemplateRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetModelTemplateRequestMarshaller
 
marshall(GetRequestValidatorRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetRequestValidatorRequestMarshaller
 
marshall(GetRequestValidatorsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetRequestValidatorsRequestMarshaller
 
marshall(GetResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetResourceRequestMarshaller
 
marshall(GetResourcesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetResourcesRequestMarshaller
 
marshall(GetRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetRestApiRequestMarshaller
 
marshall(GetRestApisRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetRestApisRequestMarshaller
 
marshall(GetSdkRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetSdkRequestMarshaller
 
marshall(GetSdkTypeRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetSdkTypeRequestMarshaller
 
marshall(GetSdkTypesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetSdkTypesRequestMarshaller
 
marshall(GetStageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetStageRequestMarshaller
 
marshall(GetStagesRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetStagesRequestMarshaller
 
marshall(GetTagsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetTagsRequestMarshaller
 
marshall(GetUsagePlanKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanKeyRequestMarshaller
 
marshall(GetUsagePlanKeysRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanKeysRequestMarshaller
 
marshall(GetUsagePlanRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetUsagePlanRequestMarshaller
 
marshall(GetUsagePlansRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetUsagePlansRequestMarshaller
 
marshall(GetUsageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetUsageRequestMarshaller
 
marshall(GetVpcLinkRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetVpcLinkRequestMarshaller
 
marshall(GetVpcLinksRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.GetVpcLinksRequestMarshaller
 
marshall(ImportApiKeysRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.ImportApiKeysRequestMarshaller
 
marshall(ImportDocumentationPartsRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.ImportDocumentationPartsRequestMarshaller
 
marshall(ImportRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.ImportRestApiRequestMarshaller
 
marshall(PutGatewayResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutGatewayResponseRequestMarshaller
 
marshall(PutIntegrationRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutIntegrationRequestMarshaller
 
marshall(PutIntegrationResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutIntegrationResponseRequestMarshaller
 
marshall(PutMethodRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutMethodRequestMarshaller
 
marshall(PutMethodResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutMethodResponseRequestMarshaller
 
marshall(PutRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.PutRestApiRequestMarshaller
 
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.TagResourceRequestMarshaller
 
marshall(TestInvokeAuthorizerRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.TestInvokeAuthorizerRequestMarshaller
 
marshall(TestInvokeMethodRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.TestInvokeMethodRequestMarshaller
 
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UntagResourceRequestMarshaller
 
marshall(UpdateAccountRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateAccountRequestMarshaller
 
marshall(UpdateApiKeyRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateApiKeyRequestMarshaller
 
marshall(UpdateAuthorizerRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateAuthorizerRequestMarshaller
 
marshall(UpdateBasePathMappingRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateBasePathMappingRequestMarshaller
 
marshall(UpdateClientCertificateRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateClientCertificateRequestMarshaller
 
marshall(UpdateDeploymentRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateDeploymentRequestMarshaller
 
marshall(UpdateDocumentationPartRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateDocumentationPartRequestMarshaller
 
marshall(UpdateDocumentationVersionRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateDocumentationVersionRequestMarshaller
 
marshall(UpdateDomainNameRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateDomainNameRequestMarshaller
 
marshall(UpdateGatewayResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateGatewayResponseRequestMarshaller
 
marshall(UpdateIntegrationRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateIntegrationRequestMarshaller
 
marshall(UpdateIntegrationResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateIntegrationResponseRequestMarshaller
 
marshall(UpdateMethodRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateMethodRequestMarshaller
 
marshall(UpdateMethodResponseRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateMethodResponseRequestMarshaller
 
marshall(UpdateModelRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateModelRequestMarshaller
 
marshall(UpdateRequestValidatorRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateRequestValidatorRequestMarshaller
 
marshall(UpdateResourceRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateResourceRequestMarshaller
 
marshall(UpdateRestApiRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateRestApiRequestMarshaller
 
marshall(UpdateStageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateStageRequestMarshaller
 
marshall(UpdateUsagePlanRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateUsagePlanRequestMarshaller
 
marshall(UpdateUsageRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateUsageRequestMarshaller
 
marshall(UpdateVpcLinkRequest) - Method in class software.amazon.awssdk.services.apigateway.transform.UpdateVpcLinkRequestMarshaller
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.BadRequestException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ConflictException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.NotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UnauthorizedException.Builder
 
method(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
The HTTP verb of a method.
method() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
The HTTP verb of a method.
Method - Class in software.amazon.awssdk.services.apigateway.model
Represents a client-facing interface by which the client calls the API to access back-end resources.
Method.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
methodIntegration(Integration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Consumer<Integration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Integration) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Consumer<Integration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Integration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Consumer<Integration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Integration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration(Consumer<Integration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
methodIntegration() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.
MethodResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a method response of a given HTTP status code returned to the client.
MethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
methodResponses(Map<String, MethodResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
Gets a method response associated with a given HTTP status code.
methodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Gets a method response associated with a given HTTP status code.
methodResponses(Map<String, MethodResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
Gets a method response associated with a given HTTP status code.
methodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Gets a method response associated with a given HTTP status code.
methodResponses(Map<String, MethodResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
Gets a method response associated with a given HTTP status code.
methodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Gets a method response associated with a given HTTP status code.
methodResponses(Map<String, MethodResponse>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
Gets a method response associated with a given HTTP status code.
methodResponses() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Gets a method response associated with a given HTTP status code.
MethodSetting - Class in software.amazon.awssdk.services.apigateway.model
Specifies the method setting properties.
MethodSetting.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
methodSettings(Map<String, MethodSetting>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
A map that defines the method settings for a Stage resource.
methodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
A map that defines the method settings for a Stage resource.
methodSettings(Map<String, MethodSetting>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
A map that defines the method settings for a Stage resource.
methodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
A map that defines the method settings for a Stage resource.
methodSettings(Map<String, MethodSetting>) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
A map that defines the method settings for a Stage resource.
methodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
A map that defines the method settings for a Stage resource.
methodSettings(Map<String, MethodSetting>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
A map that defines the method settings for a Stage resource.
methodSettings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
A map that defines the method settings for a Stage resource.
MethodSnapshot - Class in software.amazon.awssdk.services.apigateway.model
Represents a summary of a Method resource, given a particular date and time.
MethodSnapshot.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
metricsEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies whether Amazon CloudWatch metrics are enabled for this method.
metricsEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies whether Amazon CloudWatch metrics are enabled for this method.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
minimumCompressionSize() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable compression (with a null value) on an API.
mode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
A query parameter to indicate whether to overwrite (OVERWRITE) any existing DocumentationParts definition or to merge (MERGE) the new definition into the existing one.
mode(PutMode) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
A query parameter to indicate whether to overwrite (OVERWRITE) any existing DocumentationParts definition or to merge (MERGE) the new definition into the existing one.
mode() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
A query parameter to indicate whether to overwrite (OVERWRITE) any existing DocumentationParts definition or to merge (MERGE) the new definition into the existing one.
mode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
The mode query parameter to specify the update mode.
mode(PutMode) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
The mode query parameter to specify the update mode.
mode() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
The mode query parameter to specify the update mode.
modeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
A query parameter to indicate whether to overwrite (OVERWRITE) any existing DocumentationParts definition or to merge (MERGE) the new definition into the existing one.
modeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
The mode query parameter to specify the update mode.
Model - Class in software.amazon.awssdk.services.apigateway.model
Represents the data structure of a method's request or response payload.
Model.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
modelName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteModelRequest.Builder
[Required] The name of the model to delete.
modelName() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
[Required] The name of the model to delete.
modelName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
[Required] The name of the model as an identifier.
modelName() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
[Required] The name of the model as an identifier.
modelName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest.Builder
[Required] The name of the model for which to generate a template.
modelName() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
[Required] The name of the model for which to generate a template.
modelName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
[Required] The name of the model to update.
modelName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
[Required] The name of the model to update.
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.apigateway.internal.AcceptJsonInterceptor
 
multiValueHeaders(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Optional] The headers as a map from string to list of values to simulate an incoming invocation request.
multiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Optional] The headers as a map from string to list of values to simulate an incoming invocation request.
multiValueHeaders(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
The headers as a map from string to list of values to simulate an incoming invocation request.
multiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
The headers as a map from string to list of values to simulate an incoming invocation request.
multiValueHeaders(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The headers of the HTTP response as a map from string to list of values.
multiValueHeaders() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The headers of the HTTP response as a map from string to list of values.
mutualTlsAuthentication(MutualTlsAuthenticationInput) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
Sets the value of the MutualTlsAuthentication property for this object.
mutualTlsAuthentication(Consumer<MutualTlsAuthenticationInput.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
Sets the value of the MutualTlsAuthentication property for this object.
mutualTlsAuthentication() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
Returns the value of the MutualTlsAuthentication property for this object.
mutualTlsAuthentication(MutualTlsAuthentication) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(MutualTlsAuthentication) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(MutualTlsAuthentication) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The mutual TLS authentication configuration for a custom domain name.
MutualTlsAuthentication - Class in software.amazon.awssdk.services.apigateway.model
If specified, API Gateway performs two-way authentication between the client and the server.
mutualTlsAuthentication(MutualTlsAuthentication) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication(Consumer<MutualTlsAuthentication.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The mutual TLS authentication configuration for a custom domain name.
mutualTlsAuthentication() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The mutual TLS authentication configuration for a custom domain name.
MutualTlsAuthentication.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
MutualTlsAuthenticationInput - Class in software.amazon.awssdk.services.apigateway.model
If specified, API Gateway performs two-way authentication between the client and the server.
MutualTlsAuthenticationInput.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 

N

name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The name of the API Key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The name of the API Key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
[Required] The name of the authorizer.
name() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
[Required] The name of the authorizer.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
The name of the ApiKey.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
The name of the ApiKey.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The name of the API Key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The name of the API Key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
[Required] The name of the authorizer.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
[Required] The name of the authorizer.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
[Required] The name of the authorizer.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
[Required] The name of the authorizer.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
[Required] The name of the model.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
[Required] The name of the model.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelResponse.Builder
The name of the model.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
The name of the model.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
The name of the to-be-created RequestValidator.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
The name of the to-be-created RequestValidator.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse.Builder
The name of this RequestValidator
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
The name of this RequestValidator
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
[Required] The name of the RestApi.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
[Required] The name of the RestApi.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse.Builder
The name of a usage plan key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
The name of a usage plan key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
[Required] The name of the usage plan.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
[Required] The name of the usage plan.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The name of a usage plan.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The name of a usage plan.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
[Required] The name used to label and identify the VPC link.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
[Required] The name used to label and identify the VPC link.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The name used to label and identify the VPC link.
name() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The name used to label and identify the VPC link.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
The name of the targeted API entity.
name() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
The name of the targeted API entity.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The name of the API Key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The name of the API Key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
[Required] The name of the authorizer.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
[Required] The name of the authorizer.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelResponse.Builder
The name of the model.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
The name of the model.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse.Builder
The name of this RequestValidator
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
The name of this RequestValidator
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse.Builder
The name of a usage plan key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
The name of a usage plan key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The name of a usage plan.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The name of a usage plan.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The name used to label and identify the VPC link.
name() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The name used to label and identify the VPC link.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Model.Builder
The name of the model.
name() - Method in class software.amazon.awssdk.services.apigateway.model.Model
The name of the model.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RequestValidator.Builder
The name of this RequestValidator
name() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
The name of this RequestValidator
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty.Builder
The name of a an SdkType configuration property.
name() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
The name of a an SdkType configuration property.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The name of the API Key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The name of the API Key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
[Required] The name of the authorizer.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
[Required] The name of the authorizer.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelResponse.Builder
The name of the model.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
The name of the model.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse.Builder
The name of this RequestValidator
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
The name of this RequestValidator
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The API's name.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The API's name.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The name of a usage plan.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The name of a usage plan.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The name used to label and identify the VPC link.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The name used to label and identify the VPC link.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The name of a usage plan.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The name of a usage plan.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlanKey.Builder
The name of a usage plan key.
name() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
The name of a usage plan key.
name(String) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The name used to label and identify the VPC link.
name() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The name used to label and identify the VPC link.
nameQuery(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
The name of queried API keys.
nameQuery() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
The name of queried API keys.
nameQuery(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The name of API entities of the to-be-retrieved documentation parts.
nameQuery() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The name of API entities of the to-be-retrieved documentation parts.
nameQuery(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
A query parameter specifying the name of the to-be-returned usage plan keys.
nameQuery() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
A query parameter specifying the name of the to-be-returned usage plan keys.
NotFoundException - Exception in software.amazon.awssdk.services.apigateway.model
The requested resource is not found.
NotFoundException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 

O

offset(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.QuotaSettings.Builder
The day that a time period starts.
offset() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
The day that a time period starts.
Op - Enum in software.amazon.awssdk.services.apigateway.model
 
op(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
An update operation to be performed with this PATCH request.
op(Op) - Method in interface software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
An update operation to be performed with this PATCH request.
op() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
An update operation to be performed with this PATCH request.
opAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
An update operation to be performed with this PATCH request.
operationName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A human-friendly operation identifier for the method.
operationName() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
A human-friendly operation identifier for the method.
operationName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A human-friendly operation identifier for the method.
operationName() - Method in class software.amazon.awssdk.services.apigateway.model.Method
A human-friendly operation identifier for the method.
operationName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
A human-friendly operation identifier for the method.
operationName() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
A human-friendly operation identifier for the method.
operationName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A human-friendly operation identifier for the method.
operationName() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
A human-friendly operation identifier for the method.
operationName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A human-friendly operation identifier for the method.
operationName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
A human-friendly operation identifier for the method.
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteModelRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteModelRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteStageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteStageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.TagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.TagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UntagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UntagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
 

P

parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
A key-value map of query string parameters that specify properties of the export, depending on the requested exportType.
parameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
A key-value map of query string parameters that specify properties of the export, depending on the requested exportType.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK.
parameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
A string-to-string key-value map of query parameters sdkType-dependent properties of the SDK.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest.Builder
A key-value map of context-specific query string parameters specifying the behavior of different API importing operations.
parameters() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
A key-value map of context-specific query string parameters specifying the behavior of different API importing operations.
parameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
Custom header parameters as part of the request.
parameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
Custom header parameters as part of the request.
parentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceRequest.Builder
[Required] The parent resource's identifier.
parentId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
[Required] The parent resource's identifier.
parentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceResponse.Builder
The parent resource's identifier.
parentId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
The parent resource's identifier.
parentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceResponse.Builder
The parent resource's identifier.
parentId() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
The parent resource's identifier.
parentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Resource.Builder
The parent resource's identifier.
parentId() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
The parent resource's identifier.
parentId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse.Builder
The parent resource's identifier.
parentId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
The parent resource's identifier.
passthroughBehavior(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
passthroughBehavior() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
passthroughBehavior(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
passthroughBehavior() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
passthroughBehavior(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
passthroughBehavior() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as the requestTemplates property on the Integration resource.
passthroughBehavior(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
passthroughBehavior() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
passthroughBehavior(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
passthroughBehavior() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
PatchOperation - Class in software.amazon.awssdk.services.apigateway.model
A single patch operation to apply to the specified resource.
PatchOperation.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Collection<PatchOperation>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(PatchOperation...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations(Consumer<PatchOperation.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
A list of update operations to be applied to the specified resource and in the order specified in this list.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceResponse.Builder
The full path for this resource.
path() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
The full path for this resource.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
The URL path of the target.
path() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
The URL path of the target.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The path of API entities of the to-be-retrieved documentation parts.
path() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The path of API entities of the to-be-retrieved documentation parts.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceResponse.Builder
The full path for this resource.
path() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
The full path for this resource.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
The op operation's target, as identified by a JSON Pointer value that references a location within the targeted resource.
path() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
The op operation's target, as identified by a JSON Pointer value that references a location within the targeted resource.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Resource.Builder
The full path for this resource.
path() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
The full path for this resource.
path(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse.Builder
The full path for this resource.
path() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
The full path for this resource.
pathPart(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceRequest.Builder
The last path segment for this resource.
pathPart() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
The last path segment for this resource.
pathPart(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceResponse.Builder
The last path segment for this resource.
pathPart() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
The last path segment for this resource.
pathPart(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceResponse.Builder
The last path segment for this resource.
pathPart() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
The last path segment for this resource.
pathPart(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Resource.Builder
The last path segment for this resource.
pathPart() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
The last path segment for this resource.
pathPart(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse.Builder
The last path segment for this resource.
pathPart() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
The last path segment for this resource.
pathWithQueryString(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Optional] The URI path, including query string, of the simulated invocation request.
pathWithQueryString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Optional] The URI path, including query string, of the simulated invocation request.
pathWithQueryString(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
The URI path, including query string, of the simulated invocation request.
pathWithQueryString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
The URI path, including query string, of the simulated invocation request.
pemEncodedCertificate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
pemEncodedCertificate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
percentTraffic(Double) - Method in interface software.amazon.awssdk.services.apigateway.model.CanarySettings.Builder
The percent (0-100) of traffic diverted to a canary deployment.
percentTraffic() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
The percent (0-100) of traffic diverted to a canary deployment.
percentTraffic(Double) - Method in interface software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings.Builder
The percentage (0.0-100.0) of traffic routed to the canary deployment.
percentTraffic() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
The percentage (0.0-100.0) of traffic routed to the canary deployment.
period(String) - Method in interface software.amazon.awssdk.services.apigateway.model.QuotaSettings.Builder
The time period in which the limit applies.
period(QuotaPeriodType) - Method in interface software.amazon.awssdk.services.apigateway.model.QuotaSettings.Builder
The time period in which the limit applies.
period() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
The time period in which the limit applies.
periodAsString() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
The time period in which the limit applies.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The JSON policy document returned by the Authorizer
policy() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The JSON policy document returned by the Authorizer
policy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
policy() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApisResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
(Not currently supported) The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
(Not currently supported) The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest.Builder
The current pagination position in the paged result set.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
The current pagination position in the paged result set.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
Returns the value of the Position property for this object.
position(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse.Builder
Sets the value of the Position property for this object.
position() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
Returns the value of the Position property for this object.
principalId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
The principal identity returned by the Authorizer
principalId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
The principal identity returned by the Authorizer
productCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
productCode() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The AWS Markeplace product identifier to associate with the usage plan as a SaaS product on AWS Marketplace.
properties(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
[Required] The new documentation content map of the targeted API entity.
properties() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
[Required] The new documentation content map of the targeted API entity.
properties(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse.Builder
A content map of API-specific key-value pairs describing the targeted API entity.
properties() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
A content map of API-specific key-value pairs describing the targeted API entity.
properties(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPart.Builder
A content map of API-specific key-value pairs describing the targeted API entity.
properties() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
A content map of API-specific key-value pairs describing the targeted API entity.
properties(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse.Builder
A content map of API-specific key-value pairs describing the targeted API entity.
properties() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
A content map of API-specific key-value pairs describing the targeted API entity.
properties(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse.Builder
A content map of API-specific key-value pairs describing the targeted API entity.
properties() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
A content map of API-specific key-value pairs describing the targeted API entity.
providerARNs(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
providerARNs() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer.
putGatewayResponse(PutGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
putGatewayResponse(PutGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
PutGatewayResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
PutGatewayResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutGatewayResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutGatewayResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutGatewayResponseRequestMarshaller
 
PutGatewayResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
A gateway response of a given response type and status code, with optional response parameters and mapping templates.
PutGatewayResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
putIntegration(PutIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Sets up a method's integration.
putIntegration(Consumer<PutIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Sets up a method's integration.
putIntegration(PutIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Sets up a method's integration.
putIntegration(Consumer<PutIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Sets up a method's integration.
PutIntegrationRequest - Class in software.amazon.awssdk.services.apigateway.model
Sets up a method's integration.
PutIntegrationRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutIntegrationRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutIntegrationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutIntegrationRequestMarshaller
 
putIntegrationResponse(PutIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a put integration.
putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents a put integration.
putIntegrationResponse(PutIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a put integration.
putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents a put integration.
PutIntegrationResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.
PutIntegrationResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutIntegrationResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents a put integration response request.
PutIntegrationResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutIntegrationResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutIntegrationResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutIntegrationResponseRequestMarshaller
 
PutIntegrationResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an integration response.
PutIntegrationResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
putMethod(PutMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Add a method to an existing Resource resource.
putMethod(Consumer<PutMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Add a method to an existing Resource resource.
putMethod(PutMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Add a method to an existing Resource resource.
putMethod(Consumer<PutMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Add a method to an existing Resource resource.
PutMethodRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to add a method to an existing Resource resource.
PutMethodRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutMethodRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutMethodRequest Marshaller
PutMethodRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutMethodRequestMarshaller
 
putMethodResponse(PutMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a MethodResponse to an existing Method resource.
putMethodResponse(Consumer<PutMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds a MethodResponse to an existing Method resource.
putMethodResponse(PutMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a MethodResponse to an existing Method resource.
putMethodResponse(Consumer<PutMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds a MethodResponse to an existing Method resource.
PutMethodResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client-facing interface by which the client calls the API to access back-end resources.
PutMethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutMethodResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to add a MethodResponse to an existing Method resource.
PutMethodResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutMethodResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutMethodResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutMethodResponseRequestMarshaller
 
PutMethodResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a method response of a given HTTP status code returned to the client.
PutMethodResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutMode - Enum in software.amazon.awssdk.services.apigateway.model
 
putRestApi(PutRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
putRestApi(Consumer<PutRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
putRestApi(PutRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
putRestApi(Consumer<PutRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
PutRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
A PUT request to update an existing API, with external API definitions specified as the request body.
PutRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
PutRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
PutRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.PutRestApiRequestMarshaller
 
PutRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
PutRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 

Q

quota(QuotaSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The quota of the usage plan.
quota(Consumer<QuotaSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The quota of the usage plan.
quota() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
The quota of the usage plan.
quota(QuotaSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota(Consumer<QuotaSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The maximum number of permitted requests per a given unit time interval.
quota(QuotaSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota(Consumer<QuotaSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The maximum number of permitted requests per a given unit time interval.
quota(QuotaSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota(Consumer<QuotaSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The maximum number of permitted requests per a given unit time interval.
quota() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The maximum number of permitted requests per a given unit time interval.
quota(QuotaSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The maximum number of permitted requests per a given unit time interval.
quota(Consumer<QuotaSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The maximum number of permitted requests per a given unit time interval.
quota() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The maximum number of permitted requests per a given unit time interval.
QuotaPeriodType - Enum in software.amazon.awssdk.services.apigateway.model
 
QuotaSettings - Class in software.amazon.awssdk.services.apigateway.model
Quotas configured for a usage plan.
QuotaSettings.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 

R

rateLimit(Double) - Method in interface software.amazon.awssdk.services.apigateway.model.ThrottleSettings.Builder
The API request steady-state rate limit.
rateLimit() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
The API request steady-state rate limit.
regionalCertificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The reference to an AWS-managed certificate that will be used by regional endpoint for this domain name.
regionalCertificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The reference to an AWS-managed certificate that will be used by regional endpoint for this domain name.
regionalCertificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateArn() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
regionalCertificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
regionalCertificateName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
regionalCertificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The name of the certificate that will be used for validating the regional domain name.
regionalCertificateName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The name of the certificate that will be used for validating the regional domain name.
regionalDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The domain name associated with the regional endpoint for this custom domain name.
regionalDomainName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The domain name associated with the regional endpoint for this custom domain name.
regionalHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
regionalHostedZoneId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.BadRequestException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ConflictException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.NotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UnauthorizedException.Builder
 
requestModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels() - Method in class software.amazon.awssdk.services.apigateway.model.Method
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
Specifies the Model resources used for the request's content type.
requestModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Specifies the Model resources used for the request's content type.
requestModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestModels() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
requestParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.Method
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
A key-value map specifying request parameters that are passed from the method request to the back end.
requestParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
A key-value map defining required or optional method request parameters that can be accepted by API Gateway.
requestTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
requestTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.
RequestValidator - Class in software.amazon.awssdk.services.apigateway.model
A set of validation rules for incoming Method requests.
RequestValidator.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest.Builder
[Required] The identifier of the RequestValidator to be deleted.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
[Required] The identifier of the RequestValidator to be deleted.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponse.Builder
The identifier of a RequestValidator for request validation.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
The identifier of a RequestValidator for request validation.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest.Builder
[Required] The identifier of the RequestValidator to be retrieved.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
[Required] The identifier of the RequestValidator to be retrieved.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Method.Builder
The identifier of a RequestValidator for request validation.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.Method
The identifier of a RequestValidator for request validation.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
The identifier of a RequestValidator for validating the method request.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
The identifier of a RequestValidator for validating the method request.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponse.Builder
The identifier of a RequestValidator for request validation.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
The identifier of a RequestValidator for request validation.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse.Builder
The identifier of a RequestValidator for request validation.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
The identifier of a RequestValidator for request validation.
requestValidatorId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
[Required] The identifier of RequestValidator to be updated.
requestValidatorId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
[Required] The identifier of RequestValidator to be updated.
requireAuthorizationForCacheControl(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies whether authorization is required for a cache invalidation request.
requireAuthorizationForCacheControl() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies whether authorization is required for a cache invalidation request.
required(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty.Builder
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).
required() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).
Resource - Class in software.amazon.awssdk.services.apigateway.model
Represents an API resource.
Resource.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
resourceArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsRequest.Builder
[Required] The ARN of a resource that can be tagged.
resourceArn() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
[Required] The ARN of a resource that can be tagged.
resourceArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TagResourceRequest.Builder
[Required] The ARN of a resource that can be tagged.
resourceArn() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
[Required] The ARN of a resource that can be tagged.
resourceArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UntagResourceRequest.Builder
[Required] The ARN of a resource that can be tagged.
resourceArn() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
[Required] The ARN of a resource that can be tagged.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest.Builder
[Required] Specifies a delete integration request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
[Required] Specifies a delete integration request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
[Required] Specifies a delete integration response request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
[Required] Specifies a delete integration response request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
[Required] The Resource identifier for the Method resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
[Required] The Resource identifier for the Method resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
[Required] The Resource identifier for the MethodResponse resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
[Required] The Resource identifier for the MethodResponse resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest.Builder
[Required] The identifier of the Resource resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
[Required] The identifier of the Resource resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
[Required] Specifies a get integration request's resource identifier
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
[Required] Specifies a get integration request's resource identifier
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
[Required] Specifies a get integration response request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
[Required] Specifies a get integration response request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
[Required] The Resource identifier for the Method resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
[Required] The Resource identifier for the Method resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
[Required] The Resource identifier for the MethodResponse resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
[Required] The Resource identifier for the MethodResponse resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
[Required] The identifier for the Resource resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
[Required] The identifier for the Resource resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
[Required] Specifies a put integration request's resource ID.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
[Required] Specifies a put integration request's resource ID.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
[Required] Specifies a put integration response request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
[Required] Specifies a put integration response request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
[Required] The Resource identifier for the new Method resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
[Required] The Resource identifier for the new Method resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
[Required] The Resource identifier for the Method resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
[Required] The Resource identifier for the Method resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
[Required] Specifies a test invoke method request's resource ID.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
[Required] Specifies a test invoke method request's resource ID.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
[Required] Represents an update integration request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
[Required] Represents an update integration request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
[Required] Specifies an update integration response request's resource identifier.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
[Required] Specifies an update integration response request's resource identifier.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
[Required] The Resource identifier for the Method resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
[Required] The Resource identifier for the Method resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
[Required] The Resource identifier for the MethodResponse resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
[Required] The Resource identifier for the MethodResponse resource.
resourceId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
[Required] The identifier of the Resource resource.
resourceId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
[Required] The identifier of the Resource resource.
resourceMethods(Map<String, Method>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceResponse.Builder
Gets an API resource's method of a given HTTP verb.
resourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
Gets an API resource's method of a given HTTP verb.
resourceMethods(Map<String, Method>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceResponse.Builder
Gets an API resource's method of a given HTTP verb.
resourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
Gets an API resource's method of a given HTTP verb.
resourceMethods(Map<String, Method>) - Method in interface software.amazon.awssdk.services.apigateway.model.Resource.Builder
Gets an API resource's method of a given HTTP verb.
resourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
Gets an API resource's method of a given HTTP verb.
resourceMethods(Map<String, Method>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse.Builder
Gets an API resource's method of a given HTTP verb.
resourceMethods() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
Gets an API resource's method of a given HTTP verb.
responseMetadata() - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse
 
responseModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse.Builder
Specifies the Model resources used for the response's content-type.
responseModels() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
Specifies the Model resources used for the response's content-type.
responseModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodResponse.Builder
Specifies the Model resources used for the response's content-type.
responseModels() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
Specifies the Model resources used for the response's content-type.
responseModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
Specifies the Model resources used for the response's content type.
responseModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
Specifies the Model resources used for the response's content type.
responseModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse.Builder
Specifies the Model resources used for the response's content-type.
responseModels() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
Specifies the Model resources used for the response's content-type.
responseModels(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse.Builder
Specifies the Model resources used for the response's content-type.
responseModels() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
Specifies the Model resources used for the response's content-type.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse.Builder
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodResponse.Builder
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse.Builder
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
A key-value map specifying response parameters that are passed to the method response from the back end.
responseParameters(Map<String, Boolean>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse.Builder
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Specifies the templates used to transform the integration response body.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Specifies the templates used to transform the integration response body.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Specifies the templates used to transform the integration response body.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Specifies the templates used to transform the integration response body.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
Specifies a put integration response's templates.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Specifies a put integration response's templates.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
Specifies the templates used to transform the integration response body.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Specifies the templates used to transform the integration response body.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
Specifies the templates used to transform the integration response body.
responseTemplates() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Specifies the templates used to transform the integration response body.
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
[Required]
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
[Required]
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
[Required]
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
The response type of the associated GatewayResponse.
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
The response type of the associated GatewayResponse.
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
The response type of the associated GatewayResponse.
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
[Required]
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
[Required]
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
[Required]
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
The response type of the associated GatewayResponse.
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
[Required]
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
[Required]
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
[Required]
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
The response type of the associated GatewayResponse.
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
[Required]
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
[Required]
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
[Required]
responseType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType(GatewayResponseType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
The response type of the associated GatewayResponse.
responseType() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
The response type of the associated GatewayResponse.
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
[Required]
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
The response type of the associated GatewayResponse.
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
[Required]
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
The response type of the associated GatewayResponse.
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
[Required]
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
The response type of the associated GatewayResponse.
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
[Required]
responseTypeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
The response type of the associated GatewayResponse.
RestApi - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
RestApi.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.BasePathMapping.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
[Required] The RestApi identifier under which the Model will be created.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
[Required] The RestApi identifier under which the Model will be created.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateResourceRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteModelRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteStageRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelRequest.Builder
[Required] The RestApi identifier under which the Model exists.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
[Required] The RestApi identifier under which the Model exists.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourceRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetResourcesRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStagesRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.StageKey.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse.Builder
The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest.Builder
[Required] The string identifier of the associated RestApi..
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
[Required] The string identifier of the associated RestApi..
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
[Required] The string identifier of the associated RestApi.
restApiId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
[Required] The string identifier of the associated RestApi.
restApiId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
[Required] The string identifier of the associated RestApi.
retryAfterSeconds(String) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
Sets the value of the RetryAfterSeconds property for this object.
retryAfterSeconds() - Method in exception software.amazon.awssdk.services.apigateway.model.LimitExceededException
Returns the value of the RetryAfterSeconds property for this object.
retryAfterSeconds(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
Sets the value of the RetryAfterSeconds property for this object.
retryAfterSeconds() - Method in exception software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
Returns the value of the RetryAfterSeconds property for this object.
retryAfterSeconds(String) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
Sets the value of the RetryAfterSeconds property for this object.
retryAfterSeconds() - Method in exception software.amazon.awssdk.services.apigateway.model.TooManyRequestsException
Returns the value of the RetryAfterSeconds property for this object.

S

schema(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelRequest.Builder
The schema for the model.
schema() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
The schema for the model.
schema(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateModelResponse.Builder
The schema for the model.
schema() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
The schema for the model.
schema(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelResponse.Builder
The schema for the model.
schema() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
The schema for the model.
schema(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Model.Builder
The schema for the model.
schema() - Method in class software.amazon.awssdk.services.apigateway.model.Model
The schema for the model.
schema(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateModelResponse.Builder
The schema for the model.
schema() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
The schema for the model.
SdkConfigurationProperty - Class in software.amazon.awssdk.services.apigateway.model
A configuration property of an SDK type.
SdkConfigurationProperty.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.BadRequestException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.ConflictException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.LimitExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.NotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.TooManyRequestsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.apigateway.model.UnauthorizedException
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
sdkFields() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
sdkType(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
[Required] The language for the generated SDK.
sdkType() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
[Required] The language for the generated SDK.
SdkType - Class in software.amazon.awssdk.services.apigateway.model
A type of SDK that API Gateway can generate.
SdkType.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
securityPolicy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(SecurityPolicy) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(SecurityPolicy) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(SecurityPolicy) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(SecurityPolicy) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
SecurityPolicy - Enum in software.amazon.awssdk.services.apigateway.model
 
securityPolicy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy(SecurityPolicy) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicy() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
securityPolicyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
selectionPattern(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern(String) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
Specifies the selection pattern of a put integration response.
selectionPattern() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Specifies the selection pattern of a put integration response.
selectionPattern(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
selectionPattern() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.ApiGatewayException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.BadRequestException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.ConflictException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Integration
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.LimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Method
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Model
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.NotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Resource
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.Stage
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.TooManyRequestsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.apigateway.model.UnauthorizedException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
 
ServiceUnavailableException - Exception in software.amazon.awssdk.services.apigateway.model
The requested service is not available.
ServiceUnavailableException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
software.amazon.awssdk.services.apigateway - package software.amazon.awssdk.services.apigateway
Amazon API Gateway
software.amazon.awssdk.services.apigateway.internal - package software.amazon.awssdk.services.apigateway.internal
 
software.amazon.awssdk.services.apigateway.model - package software.amazon.awssdk.services.apigateway.model
 
software.amazon.awssdk.services.apigateway.paginators - package software.amazon.awssdk.services.apigateway.paginators
 
software.amazon.awssdk.services.apigateway.transform - package software.amazon.awssdk.services.apigateway.transform
 
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiStage.Builder
API stage name of the associated API stage in a usage plan.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
API stage name of the associated API stage in a usage plan.
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.BasePathMapping.Builder
The name of the associated stage.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
The name of the associated stage.
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
The name of the API's stage that you want to use for this mapping.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
The name of the API's stage that you want to use for this mapping.
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse.Builder
The name of the associated stage.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
The name of the associated stage.
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse.Builder
The name of the associated stage.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
The name of the associated stage.
Stage - Class in software.amazon.awssdk.services.apigateway.model
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
stage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse.Builder
The name of the associated stage.
stage() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
The name of the associated stage.
Stage.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
stageDescription(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
The description of the Stage resource for the Deployment resource to create.
stageDescription() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
The description of the Stage resource for the Deployment resource to create.
StageKey - Class in software.amazon.awssdk.services.apigateway.model
A reference to a unique stage identified in the format {restApiId}/{stage}.
StageKey.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
stageKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(Collection<StageKey>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
stageKeys(StageKey...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
stageKeys(Consumer<StageKey.Builder>...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
stageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
DEPRECATED FOR USAGE PLANS - Specifies stages associated with the API key.
stageKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
A list of Stage resources that are associated with the ApiKey resource.
stageKeys() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
A list of Stage resources that are associated with the ApiKey resource.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
The name of the Stage resource for the Deployment resource to create.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
The name of the Stage resource for the Deployment resource to create.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest.Builder
The stage name to be associated with the new documentation snapshot.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
The stage name to be associated with the new documentation snapshot.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
[Required] The name for the Stage resource.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
[Required] The name for the Stage resource.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteStageRequest.Builder
[Required] The name of the Stage resource to delete.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
[Required] The name of the Stage resource to delete.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest.Builder
The name of the stage to flush.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
The name of the stage to flush.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest.Builder
[Required] The name of the stage to flush its cache.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
[Required] The name of the stage to flush its cache.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetExportRequest.Builder
[Required] The name of the Stage that will be exported.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
[Required] The name of the Stage that will be exported.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetSdkRequest.Builder
[Required] The name of the Stage that the SDK will use.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
[Required] The name of the Stage that the SDK will use.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageRequest.Builder
[Required] The name of the Stage resource to get information about.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
[Required] The name of the Stage resource to get information about.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.StageKey.Builder
The stage name associated with the stage key.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
The stage name associated with the stage key.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
[Required] The name of the Stage resource to change information about.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
[Required] The name of the Stage resource to change information about.
stageName(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageName() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.
stageVariableOverrides(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CanarySettings.Builder
Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary.
stageVariableOverrides() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary.
stageVariableOverrides(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings.Builder
A stage variable overrides used for the canary release deployment.
stageVariableOverrides() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
A stage variable overrides used for the canary release deployment.
stageVariables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest.Builder
A key-value map of stage variables to simulate an invocation on a deployed Stage.
stageVariables() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
A key-value map of stage variables to simulate an invocation on a deployed Stage.
stageVariables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest.Builder
A key-value map of stage variables to simulate an invocation on a deployed Stage.
stageVariables() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
A key-value map of stage variables to simulate an invocation on a deployed Stage.
startDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
[Required] The starting date (e.g., 2016-01-01) of the usage data.
startDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
[Required] The starting date (e.g., 2016-01-01) of the usage data.
startDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageResponse.Builder
The starting date of the usage data.
startDate() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
The starting date of the usage data.
startDate(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse.Builder
The starting date of the usage data.
startDate() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
The starting date of the usage data.
status(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The status of the VPC link.
status(VpcLinkStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The status of the VPC link.
status() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The status of the VPC link.
status(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The status of the VPC link.
status(VpcLinkStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The status of the VPC link.
status() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The status of the VPC link.
status(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse.Builder
The HTTP status code.
status() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
The HTTP status code.
status(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The status of the VPC link.
status(VpcLinkStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The status of the VPC link.
status() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The status of the VPC link.
status(String) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The status of the VPC link.
status(VpcLinkStatus) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The status of the VPC link.
status() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The status of the VPC link.
statusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The status of the VPC link.
statusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The status of the VPC link.
statusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The status of the VPC link.
statusAsString() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The status of the VPC link.
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiGatewayException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.BadRequestException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.ConflictException.Builder
 
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest.Builder
[Required] Specifies a delete integration response request's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
[Required] Specifies a delete integration response request's status code.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
[Required] The status code identifier for the MethodResponse resource.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
[Required] The status code identifier for the MethodResponse resource.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
The HTTP status code of a response.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
The HTTP status code of a response.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GatewayResponse.Builder
The HTTP status code for this GatewayResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
The HTTP status code for this GatewayResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse.Builder
The HTTP status code for this GatewayResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
The HTTP status code for this GatewayResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest.Builder
[Required] Specifies a get integration response request's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
[Required] Specifies a get integration response request's status code.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse.Builder
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest.Builder
[Required] The status code for the MethodResponse resource.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
[Required] The status code for the MethodResponse resource.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse.Builder
The method response's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
The method response's status code.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.LimitExceededException.Builder
 
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodResponse.Builder
The method response's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
The method response's status code.
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.NotFoundException.Builder
 
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
The HTTP status code of the GatewayResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
The HTTP status code of the GatewayResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
The HTTP status code for this GatewayResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
The HTTP status code for this GatewayResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
[Required] Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
[Required] Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse.Builder
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
[Required] The method response's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
[Required] The method response's status code.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse.Builder
The method response's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
The method response's status code.
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.TooManyRequestsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.apigateway.model.UnauthorizedException.Builder
 
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse.Builder
The HTTP status code for this GatewayResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
The HTTP status code for this GatewayResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest.Builder
[Required] Specifies an update integration response request's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
[Required] Specifies an update integration response request's status code.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse.Builder
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Specifies the status code that is used to map the integration response to an existing MethodResponse.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest.Builder
[Required] The status code for the MethodResponse resource.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
[Required] The status code for the MethodResponse resource.
statusCode(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse.Builder
The method response's status code.
statusCode() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
The method response's status code.
statusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
A description about the VPC link status.
statusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
A description about the VPC link status.
statusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
A description about the VPC link status.
statusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
A description about the VPC link status.
statusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
A description about the VPC link status.
statusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
A description about the VPC link status.
statusMessage(String) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
A description about the VPC link status.
statusMessage() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
A description about the VPC link status.
subscribe(Subscriber<? super GetApiKeysResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetApiKeysPublisher
 
subscribe(Subscriber<? super GetBasePathMappingsResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetBasePathMappingsPublisher
 
subscribe(Subscriber<? super GetClientCertificatesResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetClientCertificatesPublisher
 
subscribe(Subscriber<? super GetDeploymentsResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDeploymentsPublisher
 
subscribe(Subscriber<? super GetDomainNamesResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetDomainNamesPublisher
 
subscribe(Subscriber<? super GetModelsResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetModelsPublisher
 
subscribe(Subscriber<? super GetResourcesResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetResourcesPublisher
 
subscribe(Subscriber<? super GetRestApisResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetRestApisPublisher
 
subscribe(Subscriber<? super GetUsagePlanKeysResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlanKeysPublisher
 
subscribe(Subscriber<? super GetUsagePlansResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePlansPublisher
 
subscribe(Subscriber<? super GetUsageResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetUsagePublisher
 
subscribe(Subscriber<? super GetVpcLinksResponse>) - Method in class software.amazon.awssdk.services.apigateway.paginators.GetVpcLinksPublisher
 

T

tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UntagResourceRequest.Builder
[Required] The Tag keys to delete.
tagKeys(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UntagResourceRequest.Builder
[Required] The Tag keys to delete.
tagKeys() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
[Required] The Tag keys to delete.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds or updates a tag on a given resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Adds or updates a tag on a given resource.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds or updates a tag on a given resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Adds or updates a tag on a given resource.
TagResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Adds or updates a tag on a given resource.
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.TagResourceRequestMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ClientCertificate.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.DomainName.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest.Builder
The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetTagsResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.TagResourceRequest.Builder
[Required] The key-value map of strings.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
[Required] The key-value map of strings.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The collection of tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The collection of tags.
tags() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The collection of tags.
targetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
[Required] The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest.Builder
[Required] The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
[Required] The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.VpcLink.Builder
The ARN of the network load balancer of the VPC targeted by the VPC link.
targetArns() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
The ARN of the network load balancer of the VPC targeted by the VPC link.
testInvokeAuthorizer(TestInvokeAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
testInvokeAuthorizer(TestInvokeAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
testInvokeAuthorizer(Consumer<TestInvokeAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
TestInvokeAuthorizerRequest - Class in software.amazon.awssdk.services.apigateway.model
Make a request to simulate the execution of an Authorizer.
TestInvokeAuthorizerRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
TestInvokeAuthorizerRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
TestInvokeAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.TestInvokeAuthorizerRequestMarshaller
 
TestInvokeAuthorizerResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the response of the test invoke request for a custom Authorizer
TestInvokeAuthorizerResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
testInvokeMethod(TestInvokeMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
testInvokeMethod(TestInvokeMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
testInvokeMethod(Consumer<TestInvokeMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
TestInvokeMethodRequest - Class in software.amazon.awssdk.services.apigateway.model
Make a request to simulate the execution of a Method.
TestInvokeMethodRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
TestInvokeMethodRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
TestInvokeMethodRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.TestInvokeMethodRequestMarshaller
 
TestInvokeMethodResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the response of the test invoke request in the HTTP method.
TestInvokeMethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
throttle(Map<String, ThrottleSettings>) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiStage.Builder
Map containing method level throttling information for API stage in a usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
Map containing method level throttling information for API stage in a usage plan.
throttle(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The throttling limits of the usage plan.
throttle(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest.Builder
The throttling limits of the usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
The throttling limits of the usage plan.
throttle(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
The request throttle limits of a usage plan.
throttle(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
The request throttle limits of a usage plan.
throttle(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse.Builder
The request throttle limits of a usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
The request throttle limits of a usage plan.
throttle(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The request throttle limits of a usage plan.
throttle(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlan.Builder
The request throttle limits of a usage plan.
throttle() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
The request throttle limits of a usage plan.
throttleSettings(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
Specifies the API request limits configured for the current Account.
throttleSettings(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAccountResponse.Builder
Specifies the API request limits configured for the current Account.
throttleSettings() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
Specifies the API request limits configured for the current Account.
ThrottleSettings - Class in software.amazon.awssdk.services.apigateway.model
The API request rate limits.
throttleSettings(ThrottleSettings) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
Specifies the API request limits configured for the current Account.
throttleSettings(Consumer<ThrottleSettings.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse.Builder
Specifies the API request limits configured for the current Account.
throttleSettings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
Specifies the API request limits configured for the current Account.
ThrottleSettings.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
throttlingBurstLimit(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies the throttling burst limit.
throttlingBurstLimit() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies the throttling burst limit.
throttlingRateLimit(Double) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies the throttling rate limit.
throttlingRateLimit() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies the throttling rate limit.
timeoutInMillis(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis(Integer) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Custom timeout between 50 and 29,000 milliseconds.
timeoutInMillis() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Custom timeout between 50 and 29,000 milliseconds.
tlsConfig(TlsConfig) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig(Consumer<TlsConfig.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies the TLS configuration for an integration.
tlsConfig(TlsConfig) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies the TLS configuration for an integration.
tlsConfig(Consumer<TlsConfig.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies the TLS configuration for an integration.
tlsConfig() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies the TLS configuration for an integration.
tlsConfig(TlsConfig) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Sets the value of the TlsConfig property for this object.
tlsConfig(Consumer<TlsConfig.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Sets the value of the TlsConfig property for this object.
tlsConfig() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Returns the value of the TlsConfig property for this object.
tlsConfig(TlsConfig) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig(Consumer<TlsConfig.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies the TLS configuration for an integration.
TlsConfig - Class in software.amazon.awssdk.services.apigateway.model
 
tlsConfig(TlsConfig) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig(Consumer<TlsConfig.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies the TLS configuration for an integration.
tlsConfig() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies the TLS configuration for an integration.
TlsConfig.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.ApiGatewayException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.BadRequestException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.ConflictException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.LimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Method
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Model
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.NotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.ServiceUnavailableException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.TooManyRequestsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.apigateway.model.UnauthorizedException
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
 
toBuilder() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
 
TooManyRequestsException - Exception in software.amazon.awssdk.services.apigateway.model
The request has reached its throttling limit.
TooManyRequestsException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.AccessLogSettings
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
 
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ApiStage
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.AuthorizerType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.BasePathMapping
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ClientCertificate
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.ConnectionType
 
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationPartResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDomainNameResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateModelResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateVpcLinkResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteApiKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteAuthorizerResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteClientCertificateResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationPartResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteDomainNameResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteGatewayResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteIntegrationResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteModelResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRequestValidatorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteStageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Deployment
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPart
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.DocumentationPartType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.DomainName
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.DomainNameStatus
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.EndpointType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.FlushStageCacheResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GatewayResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.GatewayResponseType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GenerateClientCertificateResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAccountResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizersResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificateResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetClientCertificatesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDomainNamesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetExportResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetResourcesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApisResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypeResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetSdkTypesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetStagesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetTagsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlansResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinksResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.IntegrationType
 
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.LocationStatusType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Method
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.MethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSnapshot
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Model
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.Op
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutMethodResponseResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.PutMode
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.QuotaSettings
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Resource
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.SdkConfigurationProperty
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.SdkType
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.SecurityPolicy
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.StageKey
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TestInvokeMethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.ThrottleSettings
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.TlsConfig
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
 
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateClientCertificateResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationPartResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateGatewayResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateMethodResponseResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateModelResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlan
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.apigateway.model.VpcLink
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
 
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
Specifies whether active tracing with X-ray is enabled for the Stage.
tracingEnabled() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
Specifies whether active tracing with X-ray is enabled for the Stage.
truststoreUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication.Builder
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example s3://bucket-name/key-name.
truststoreUri() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example s3://bucket-name/key-name.
truststoreUri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput.Builder
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example, s3://bucket-name/key-name.
truststoreUri() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
An Amazon S3 resource ARN that specifies the truststore for mutual TLS authentication, for example, s3://bucket-name/key-name.
truststoreVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication.Builder
The version of the S3 object that contains your truststore.
truststoreVersion() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
The version of the S3 object that contains your truststore.
truststoreVersion(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput.Builder
The version of the S3 object that contains your truststore.
truststoreVersion() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthenticationInput
The version of the S3 object that contains your truststore.
truststoreWarnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication.Builder
A list of warnings that API Gateway returns while processing your truststore.
truststoreWarnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication.Builder
A list of warnings that API Gateway returns while processing your truststore.
truststoreWarnings() - Method in class software.amazon.awssdk.services.apigateway.model.MutualTlsAuthentication
A list of warnings that API Gateway returns while processing your truststore.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
The authorizer type.
type(AuthorizerType) - Method in interface software.amazon.awssdk.services.apigateway.model.Authorizer.Builder
The authorizer type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
The authorizer type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
[Required] The authorizer type.
type(AuthorizerType) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest.Builder
[Required] The authorizer type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
[Required] The authorizer type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
The authorizer type.
type(AuthorizerType) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse.Builder
The authorizer type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
The authorizer type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse.Builder
The type of a usage plan key.
type() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
The type of a usage plan key.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
[Required] The type of API entity to which the documentation content applies.
type(DocumentationPartType) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation.Builder
[Required] The type of API entity to which the documentation content applies.
type() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
[Required] The type of API entity to which the documentation content applies.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
The authorizer type.
type(AuthorizerType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse.Builder
The authorizer type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
The authorizer type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The type of API entities of the to-be-retrieved documentation parts.
type(DocumentationPartType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest.Builder
The type of API entities of the to-be-retrieved documentation parts.
type() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The type of API entities of the to-be-retrieved documentation parts.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies an API method integration type.
type(IntegrationType) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies an API method integration type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies an API method integration type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse.Builder
The type of a usage plan key.
type() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
The type of a usage plan key.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies an API method integration type.
type(IntegrationType) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies an API method integration type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies an API method integration type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
[Required] Specifies a put integration input's type.
type(IntegrationType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
[Required] Specifies a put integration input's type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
[Required] Specifies a put integration input's type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies an API method integration type.
type(IntegrationType) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies an API method integration type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies an API method integration type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
The authorizer type.
type(AuthorizerType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse.Builder
The authorizer type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
The authorizer type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies an API method integration type.
type(IntegrationType) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies an API method integration type.
type() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies an API method integration type.
type(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlanKey.Builder
The type of a usage plan key.
type() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
The type of a usage plan key.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.Authorizer
The authorizer type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerRequest
[Required] The authorizer type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.CreateAuthorizerResponse
The authorizer type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationPartLocation
[Required] The type of API entity to which the documentation content applies.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetAuthorizerResponse
The authorizer type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationPartsRequest
The type of API entities of the to-be-retrieved documentation parts.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies an API method integration type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies an API method integration type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
[Required] Specifies a put integration input's type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies an API method integration type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateAuthorizerResponse
The authorizer type.
typeAsString() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies an API method integration type.
types(Collection<EndpointType>) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
types(EndpointType...) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
types() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
typesAsStrings() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
typesWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
typesWithStrings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).

U

unauthorizedCacheControlHeaderStrategy(String) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies how to handle unauthorized requests for cache invalidation.
unauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy) - Method in interface software.amazon.awssdk.services.apigateway.model.MethodSetting.Builder
Specifies how to handle unauthorized requests for cache invalidation.
unauthorizedCacheControlHeaderStrategy() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies how to handle unauthorized requests for cache invalidation.
UnauthorizedCacheControlHeaderStrategy - Enum in software.amazon.awssdk.services.apigateway.model
 
unauthorizedCacheControlHeaderStrategyAsString() - Method in class software.amazon.awssdk.services.apigateway.model.MethodSetting
Specifies how to handle unauthorized requests for cache invalidation.
UnauthorizedException - Exception in software.amazon.awssdk.services.apigateway.model
The request is denied because the caller has insufficient permissions.
UnauthorizedException.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Removes a tag from a given resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Removes a tag from a given resource.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Removes a tag from a given resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Removes a tag from a given resource.
UntagResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Removes a tag from a given resource.
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UntagResourceRequestMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateAccount(UpdateAccountRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the current Account resource.
updateAccount(Consumer<UpdateAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the current Account resource.
updateAccount(UpdateAccountRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the current Account resource.
updateAccount(Consumer<UpdateAccountRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the current Account resource.
UpdateAccountRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to change information about the current Account resource.
UpdateAccountRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateAccountRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateAccountRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateAccountRequestMarshaller
 
UpdateAccountResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an AWS account that is associated with API Gateway.
UpdateAccountResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateApiKey(UpdateApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about an ApiKey resource.
updateApiKey(Consumer<UpdateApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about an ApiKey resource.
updateApiKey(UpdateApiKeyRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about an ApiKey resource.
updateApiKey(Consumer<UpdateApiKeyRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about an ApiKey resource.
UpdateApiKeyRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to change information about an ApiKey resource.
UpdateApiKeyRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateApiKeyRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateApiKeyRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateApiKeyRequestMarshaller
 
UpdateApiKeyResponse - Class in software.amazon.awssdk.services.apigateway.model
A resource that can be distributed to callers for executing Method resources that require an API key.
UpdateApiKeyResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateAuthorizer(UpdateAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing Authorizer resource.
updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing Authorizer resource.
updateAuthorizer(UpdateAuthorizerRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing Authorizer resource.
updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing Authorizer resource.
UpdateAuthorizerRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to update an existing Authorizer resource.
UpdateAuthorizerRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateAuthorizerRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateAuthorizerRequestMarshaller
 
UpdateAuthorizerResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an authorization layer for methods.
UpdateAuthorizerResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateBasePathMapping(UpdateBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the BasePathMapping resource.
updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the BasePathMapping resource.
updateBasePathMapping(UpdateBasePathMappingRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the BasePathMapping resource.
updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the BasePathMapping resource.
UpdateBasePathMappingRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to change information about the BasePathMapping resource.
UpdateBasePathMappingRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateBasePathMappingRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateBasePathMappingRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateBasePathMappingRequestMarshaller
 
UpdateBasePathMappingResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the base path that callers of the API must provide as part of the URL after the domain name.
UpdateBasePathMappingResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateClientCertificate(UpdateClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about an ClientCertificate resource.
updateClientCertificate(Consumer<UpdateClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about an ClientCertificate resource.
updateClientCertificate(UpdateClientCertificateRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about an ClientCertificate resource.
updateClientCertificate(Consumer<UpdateClientCertificateRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about an ClientCertificate resource.
UpdateClientCertificateRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to change information about an ClientCertificate resource.
UpdateClientCertificateRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateClientCertificateRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateClientCertificateRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateClientCertificateRequestMarshaller
 
UpdateClientCertificateResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client certificate used to configure client-side SSL authentication while sending requests to the integration endpoint.
UpdateClientCertificateResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateDeployment(UpdateDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Deployment resource.
updateDeployment(Consumer<UpdateDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Deployment resource.
updateDeployment(UpdateDeploymentRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Deployment resource.
updateDeployment(Consumer<UpdateDeploymentRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Deployment resource.
UpdateDeploymentRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to change information about a Deployment resource.
UpdateDeploymentRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateDeploymentRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateDeploymentRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateDeploymentRequestMarshaller
 
UpdateDeploymentResponse - Class in software.amazon.awssdk.services.apigateway.model
An immutable representation of a RestApi resource that can be called by users using Stages.
UpdateDeploymentResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateDocumentationPart(UpdateDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the UpdateDocumentationPart operation asynchronously.
updateDocumentationPart(Consumer<UpdateDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the UpdateDocumentationPart operation asynchronously.
updateDocumentationPart(UpdateDocumentationPartRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the UpdateDocumentationPart operation.
updateDocumentationPart(Consumer<UpdateDocumentationPartRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the UpdateDocumentationPart operation.
UpdateDocumentationPartRequest - Class in software.amazon.awssdk.services.apigateway.model
Updates an existing documentation part of a given API.
UpdateDocumentationPartRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateDocumentationPartRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateDocumentationPartRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateDocumentationPartRequestMarshaller
 
UpdateDocumentationPartResponse - Class in software.amazon.awssdk.services.apigateway.model
A documentation part for a targeted API entity.
UpdateDocumentationPartResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateDocumentationVersion(UpdateDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the UpdateDocumentationVersion operation asynchronously.
updateDocumentationVersion(Consumer<UpdateDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Invokes the UpdateDocumentationVersion operation asynchronously.
updateDocumentationVersion(UpdateDocumentationVersionRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the UpdateDocumentationVersion operation.
updateDocumentationVersion(Consumer<UpdateDocumentationVersionRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Invokes the UpdateDocumentationVersion operation.
UpdateDocumentationVersionRequest - Class in software.amazon.awssdk.services.apigateway.model
Updates an existing documentation version of an API.
UpdateDocumentationVersionRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateDocumentationVersionRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateDocumentationVersionRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateDocumentationVersionRequestMarshaller
 
UpdateDocumentationVersionResponse - Class in software.amazon.awssdk.services.apigateway.model
A snapshot of the documentation of an API.
UpdateDocumentationVersionResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateDomainName(UpdateDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the DomainName resource.
updateDomainName(Consumer<UpdateDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the DomainName resource.
updateDomainName(UpdateDomainNameRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the DomainName resource.
updateDomainName(Consumer<UpdateDomainNameRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the DomainName resource.
UpdateDomainNameRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to change information about the DomainName resource.
UpdateDomainNameRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateDomainNameRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateDomainNameRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateDomainNameRequestMarshaller
 
UpdateDomainNameResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a custom domain name as a user-friendly host name of an API (RestApi).
UpdateDomainNameResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateGatewayResponse(UpdateGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a GatewayResponse of a specified response type on the given RestApi.
updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a GatewayResponse of a specified response type on the given RestApi.
updateGatewayResponse(UpdateGatewayResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a GatewayResponse of a specified response type on the given RestApi.
updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a GatewayResponse of a specified response type on the given RestApi.
UpdateGatewayResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Updates a GatewayResponse of a specified response type on the given RestApi.
UpdateGatewayResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateGatewayResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateGatewayResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateGatewayResponseRequestMarshaller
 
UpdateGatewayResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
A gateway response of a given response type and status code, with optional response parameters and mapping templates.
UpdateGatewayResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateIntegration(UpdateIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents an update integration.
updateIntegration(Consumer<UpdateIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents an update integration.
updateIntegration(UpdateIntegrationRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents an update integration.
updateIntegration(Consumer<UpdateIntegrationRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents an update integration.
UpdateIntegrationRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents an update integration request.
UpdateIntegrationRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateIntegrationRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateIntegrationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateIntegrationRequestMarshaller
 
updateIntegrationResponse(UpdateIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents an update integration response.
updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Represents an update integration response.
updateIntegrationResponse(UpdateIntegrationResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents an update integration response.
updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Represents an update integration response.
UpdateIntegrationResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an HTTP, HTTP_PROXY, AWS, AWS_PROXY, or Mock integration.
UpdateIntegrationResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateIntegrationResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
Represents an update integration response request.
UpdateIntegrationResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateIntegrationResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateIntegrationResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateIntegrationResponseRequestMarshaller
 
UpdateIntegrationResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an integration response.
UpdateIntegrationResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateMethod(UpdateMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing Method resource.
updateMethod(Consumer<UpdateMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing Method resource.
updateMethod(UpdateMethodRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing Method resource.
updateMethod(Consumer<UpdateMethodRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing Method resource.
UpdateMethodRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to update an existing Method resource.
UpdateMethodRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateMethodRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateMethodRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateMethodRequestMarshaller
 
updateMethodResponse(UpdateMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing MethodResponse resource.
updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing MethodResponse resource.
updateMethodResponse(UpdateMethodResponseRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing MethodResponse resource.
updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing MethodResponse resource.
UpdateMethodResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a client-facing interface by which the client calls the API to access back-end resources.
UpdateMethodResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateMethodResponseRequest - Class in software.amazon.awssdk.services.apigateway.model
A request to update an existing MethodResponse resource.
UpdateMethodResponseRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateMethodResponseRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateMethodResponseRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateMethodResponseRequestMarshaller
 
UpdateMethodResponseResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a method response of a given HTTP status code returned to the client.
UpdateMethodResponseResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateModel(UpdateModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a model.
updateModel(Consumer<UpdateModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a model.
updateModel(UpdateModelRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a model.
updateModel(Consumer<UpdateModelRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a model.
UpdateModelRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to update an existing model in an existing RestApi resource.
UpdateModelRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateModelRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateModelRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateModelRequestMarshaller
 
UpdateModelResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the data structure of a method's request or response payload.
UpdateModelResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateRequestValidator(UpdateRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a RequestValidator of a given RestApi.
updateRequestValidator(Consumer<UpdateRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a RequestValidator of a given RestApi.
updateRequestValidator(UpdateRequestValidatorRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a RequestValidator of a given RestApi.
updateRequestValidator(Consumer<UpdateRequestValidatorRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a RequestValidator of a given RestApi.
UpdateRequestValidatorRequest - Class in software.amazon.awssdk.services.apigateway.model
Updates a RequestValidator of a given RestApi.
UpdateRequestValidatorRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateRequestValidatorRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateRequestValidatorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateRequestValidatorRequestMarshaller
 
UpdateRequestValidatorResponse - Class in software.amazon.awssdk.services.apigateway.model
A set of validation rules for incoming Method requests.
UpdateRequestValidatorResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateResource(UpdateResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Resource resource.
updateResource(Consumer<UpdateResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Resource resource.
updateResource(UpdateResourceRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Resource resource.
updateResource(Consumer<UpdateResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Resource resource.
UpdateResourceRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to change information about a Resource resource.
UpdateResourceRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateResourceRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateResourceRequestMarshaller
 
UpdateResourceResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents an API resource.
UpdateResourceResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateRestApi(UpdateRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the specified API.
updateRestApi(Consumer<UpdateRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about the specified API.
updateRestApi(UpdateRestApiRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the specified API.
updateRestApi(Consumer<UpdateRestApiRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about the specified API.
UpdateRestApiRequest - Class in software.amazon.awssdk.services.apigateway.model
Request to update an existing RestApi resource in your collection.
UpdateRestApiRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateRestApiRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateRestApiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateRestApiRequestMarshaller
 
UpdateRestApiResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a REST API.
UpdateRestApiResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateStage(UpdateStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Stage resource.
updateStage(Consumer<UpdateStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Changes information about a Stage resource.
updateStage(UpdateStageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Stage resource.
updateStage(Consumer<UpdateStageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Changes information about a Stage resource.
UpdateStageRequest - Class in software.amazon.awssdk.services.apigateway.model
Requests API Gateway to change information about a Stage resource.
UpdateStageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateStageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateStageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateStageRequestMarshaller
 
UpdateStageResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a unique identifier for a version of a deployed RestApi that is callable by users.
UpdateStageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateUsage(UpdateUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
updateUsage(Consumer<UpdateUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
updateUsage(UpdateUsageRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
updateUsage(Consumer<UpdateUsageRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
updateUsagePlan(UpdateUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a usage plan of a given plan Id.
updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates a usage plan of a given plan Id.
updateUsagePlan(UpdateUsagePlanRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a usage plan of a given plan Id.
updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates a usage plan of a given plan Id.
UpdateUsagePlanRequest - Class in software.amazon.awssdk.services.apigateway.model
The PATCH request to update a usage plan of a given plan Id.
UpdateUsagePlanRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateUsagePlanRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateUsagePlanRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateUsagePlanRequestMarshaller
 
UpdateUsagePlanResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.
UpdateUsagePlanResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateUsageRequest - Class in software.amazon.awssdk.services.apigateway.model
The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.
UpdateUsageRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateUsageRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateUsageRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateUsageRequestMarshaller
 
UpdateUsageResponse - Class in software.amazon.awssdk.services.apigateway.model
Represents the usage data of a usage plan.
UpdateUsageResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
updateVpcLink(UpdateVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing VpcLink of a specified identifier.
updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayAsyncClient
Updates an existing VpcLink of a specified identifier.
updateVpcLink(UpdateVpcLinkRequest) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing VpcLink of a specified identifier.
updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder>) - Method in interface software.amazon.awssdk.services.apigateway.ApiGatewayClient
Updates an existing VpcLink of a specified identifier.
UpdateVpcLinkRequest - Class in software.amazon.awssdk.services.apigateway.model
Updates an existing VpcLink of a specified identifier.
UpdateVpcLinkRequest.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
UpdateVpcLinkRequestMarshaller - Class in software.amazon.awssdk.services.apigateway.transform
UpdateVpcLinkRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.apigateway.transform.UpdateVpcLinkRequestMarshaller
 
UpdateVpcLinkResponse - Class in software.amazon.awssdk.services.apigateway.model
An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).
UpdateVpcLinkResponse.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
uri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse.Builder
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri() - Method in class software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Integration.Builder
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri() - Method in class software.amazon.awssdk.services.apigateway.model.Integration
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri() - Method in class software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse.Builder
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
uri() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateIntegrationResponse
Specifies Uniform Resource Identifier (URI) of the integration endpoint.
UsagePlan - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan than can specify who can assess associated API stages with specified request limits and quotas.
UsagePlan.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest.Builder
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-deleted UsagePlanKey resource representing a plan customer.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest.Builder
[Required] The Id of the to-be-deleted usage plan.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanRequest
[Required] The Id of the to-be-deleted usage plan.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest.Builder
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyRequest
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest.Builder
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysRequest
[Required] The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest.Builder
[Required] The identifier of the UsagePlan resource to be retrieved.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanRequest
[Required] The identifier of the UsagePlan resource to be retrieved.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageRequest.Builder
[Required] The Id of the usage plan associated with the usage data.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageRequest
[Required] The Id of the usage plan associated with the usage data.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsageResponse.Builder
The plan Id associated with this usage data.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsageResponse
The plan Id associated with this usage data.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
[Required] The Id of the to-be-updated usage plan.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest
[Required] The Id of the to-be-updated usage plan.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest.Builder
[Required] The Id of the usage plan associated with the usage data.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageRequest
[Required] The Id of the usage plan associated with the usage data.
usagePlanId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse.Builder
The plan Id associated with this usage data.
usagePlanId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateUsageResponse
The plan Id associated with this usage data.
UsagePlanKey - Class in software.amazon.awssdk.services.apigateway.model
Represents a usage plan key to identify a plan customer.
UsagePlanKey.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
useStageCache(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CanarySettings.Builder
A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
useStageCache() - Method in class software.amazon.awssdk.services.apigateway.model.CanarySettings
A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
useStageCache(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings.Builder
A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
useStageCache() - Method in class software.amazon.awssdk.services.apigateway.model.DeploymentCanarySettings
A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.

V

validateRequestBody(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).
validateRequestBody() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).
validateRequestBody(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.RequestValidator.Builder
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestParameters(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest.Builder
A Boolean flag to indicate whether to validate request parameters, true, or not false.
validateRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorRequest
A Boolean flag to indicate whether to validate request parameters, true, or not false.
validateRequestParameters(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate request parameters (true) or not ( false).
validateRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
A Boolean flag to indicate whether to validate request parameters (true) or not (false ).
validateRequestParameters(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate request parameters (true) or not ( false).
validateRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.GetRequestValidatorResponse
A Boolean flag to indicate whether to validate request parameters (true) or not (false ).
validateRequestParameters(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.RequestValidator.Builder
A Boolean flag to indicate whether to validate request parameters (true) or not ( false).
validateRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.RequestValidator
A Boolean flag to indicate whether to validate request parameters (true) or not (false ).
validateRequestParameters(Boolean) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse.Builder
A Boolean flag to indicate whether to validate request parameters (true) or not ( false).
validateRequestParameters() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRequestValidatorResponse
A Boolean flag to indicate whether to validate request parameters (true) or not (false ).
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ApiKey.Builder
The value of the API Key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.ApiKey
The value of the API Key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest.Builder
Specifies a value of the API key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
Specifies a value of the API key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse.Builder
The value of the API Key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.CreateApiKeyResponse
The value of the API Key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse.Builder
The value of a usage plan key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse
The value of a usage plan key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse.Builder
The value of the API Key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeyResponse
The value of the API Key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse.Builder
The Apache Velocity Template Language (VTL) template content used for the template resource.
value() - Method in class software.amazon.awssdk.services.apigateway.model.GetModelTemplateResponse
The Apache Velocity Template Language (VTL) template content used for the template resource.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse.Builder
The value of a usage plan key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
The value of a usage plan key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
The new target value of the update operation.
value() - Method in class software.amazon.awssdk.services.apigateway.model.PatchOperation
The new target value of the update operation.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse.Builder
The value of the API Key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateApiKeyResponse
The value of the API Key.
value(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UsagePlanKey.Builder
The value of a usage plan key.
value() - Method in class software.amazon.awssdk.services.apigateway.model.UsagePlanKey
The value of a usage plan key.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.AuthorizerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.DocumentationPartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.DomainNameStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.GatewayResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.IntegrationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.LocationStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.Op
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.PutMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.SecurityPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeysFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.ApiKeySourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.AuthorizerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.CacheClusterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.ContentHandlingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.DocumentationPartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.DomainNameStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.GatewayResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.IntegrationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.LocationStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.Op
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.PutMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.QuotaPeriodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.SecurityPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.apigateway.model.VpcLinkStatus
Returns an array containing the constants of this enum type, in the order they are declared.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest.Builder
A map that defines the stage variables for the Stage resource that is associated with the new deployment.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDeploymentRequest
A map that defines the stage variables for the Stage resource that is associated with the new deployment.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageRequest.Builder
A map that defines the stage variables for the new Stage resource.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageRequest
A map that defines the stage variables for the new Stage resource.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
A map that defines the stage variables for a Stage resource.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
A map that defines the stage variables for a Stage resource.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
A map that defines the stage variables for a Stage resource.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
A map that defines the stage variables for a Stage resource.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
A map that defines the stage variables for a Stage resource.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
A map that defines the stage variables for a Stage resource.
variables(Map<String, String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
A map that defines the stage variables for a Stage resource.
variables() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
A map that defines the stage variables for a Stage resource.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse.Builder
The version identifier of the API documentation snapshot.
version() - Method in class software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
The version identifier of the API documentation snapshot.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DocumentationVersion.Builder
The version identifier of the API documentation snapshot.
version() - Method in class software.amazon.awssdk.services.apigateway.model.DocumentationVersion
The version identifier of the API documentation snapshot.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse.Builder
The version identifier of the API documentation snapshot.
version() - Method in class software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
The version identifier of the API documentation snapshot.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
A version identifier for the API.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse.Builder
The version identifier of the API documentation snapshot.
version() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionResponse
The version identifier of the API documentation snapshot.
version(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
A version identifier for the API.
version() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
A version identifier for the API.
vpcEndpointIds(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
vpcEndpointIds(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.EndpointConfiguration.Builder
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
vpcEndpointIds() - Method in class software.amazon.awssdk.services.apigateway.model.EndpointConfiguration
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
VpcLink - Class in software.amazon.awssdk.services.apigateway.model
An API Gateway VPC link for a RestApi to access resources in an Amazon Virtual Private Cloud (VPC).
VpcLink.Builder - Interface in software.amazon.awssdk.services.apigateway.model
 
vpcLinkId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest.Builder
[Required] The identifier of the VpcLink.
vpcLinkId() - Method in class software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
[Required] The identifier of the VpcLink.
vpcLinkId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest.Builder
[Required] The identifier of the VpcLink.
vpcLinkId() - Method in class software.amazon.awssdk.services.apigateway.model.GetVpcLinkRequest
[Required] The identifier of the VpcLink.
vpcLinkId(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest.Builder
[Required] The identifier of the VpcLink.
vpcLinkId() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateVpcLinkRequest
[Required] The identifier of the VpcLink.
VpcLinkStatus - Enum in software.amazon.awssdk.services.apigateway.model
 

W

warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.CreateRestApiResponse
The warning messages reported when failonwarnings is turned on during API import.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse.Builder
A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.GetApiKeysResponse
A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.GetRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.GetRestApiResponse
The warning messages reported when failonwarnings is turned on during API import.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse.Builder
A list of warning messages.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse.Builder
A list of warning messages.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportApiKeysResponse
A list of warning messages.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse.Builder
A list of warning messages reported during import of documentation parts.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse.Builder
A list of warning messages reported during import of documentation parts.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportDocumentationPartsResponse
A list of warning messages reported during import of documentation parts.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.ImportRestApiResponse
The warning messages reported when failonwarnings is turned on during API import.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.PutRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
The warning messages reported when failonwarnings is turned on during API import.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.RestApi.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.RestApi
The warning messages reported when failonwarnings is turned on during API import.
warnings(Collection<String>) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings(String...) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse.Builder
The warning messages reported when failonwarnings is turned on during API import.
warnings() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateRestApiResponse
The warning messages reported when failonwarnings is turned on during API import.
webAclArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.CreateStageResponse.Builder
The ARN of the WebAcl associated with the Stage.
webAclArn() - Method in class software.amazon.awssdk.services.apigateway.model.CreateStageResponse
The ARN of the WebAcl associated with the Stage.
webAclArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.GetStageResponse.Builder
The ARN of the WebAcl associated with the Stage.
webAclArn() - Method in class software.amazon.awssdk.services.apigateway.model.GetStageResponse
The ARN of the WebAcl associated with the Stage.
webAclArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.Stage.Builder
The ARN of the WebAcl associated with the Stage.
webAclArn() - Method in class software.amazon.awssdk.services.apigateway.model.Stage
The ARN of the WebAcl associated with the Stage.
webAclArn(String) - Method in interface software.amazon.awssdk.services.apigateway.model.UpdateStageResponse.Builder
The ARN of the WebAcl associated with the Stage.
webAclArn() - Method in class software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
The ARN of the WebAcl associated with the Stage.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.