Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.model.Identity.Builder
-
Packages that use Identity.Builder Package Description software.amazon.awssdk.services.apigatewaymanagementapi.model -
-
Uses of Identity.Builder in software.amazon.awssdk.services.apigatewaymanagementapi.model
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return Identity.Builder Modifier and Type Method Description static Identity.BuilderIdentity. builder()Identity.BuilderIdentity.Builder. sourceIp(String sourceIp)The source IP address of the TCP connection making the request to API Gateway.Identity.BuilderIdentity. toBuilder()Identity.BuilderIdentity.Builder. userAgent(String userAgent)The User Agent of the API caller.Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return types with arguments of type Identity.Builder Modifier and Type Method Description static Class<? extends Identity.Builder>Identity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apigatewaymanagementapi.model with type arguments of type Identity.Builder Modifier and Type Method Description default GetConnectionResponse.BuilderGetConnectionResponse.Builder. identity(Consumer<Identity.Builder> identity)Sets the value of the Identity property for this object.
-