| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewaymanagementapi.model |
| Modifier and Type | Method and Description |
|---|---|
static Identity.Builder |
Identity.builder() |
Identity.Builder |
Identity.Builder.sourceIp(String sourceIp)
The source IP address of the TCP connection making the request to API Gateway.
|
Identity.Builder |
Identity.toBuilder() |
Identity.Builder |
Identity.Builder.userAgent(String userAgent)
The User Agent of the API caller.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Identity.Builder> |
Identity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionResponse.Builder |
GetConnectionResponse.Builder.identity(Consumer<Identity.Builder> identity)
Sets the value of the Identity property for this object.
|
Copyright © 2023. All rights reserved.