Uses of Interface
software.amazon.awssdk.core.SdkProtocolMetadata
Packages that use SdkProtocolMetadata
Package
Description
-
Uses of SdkProtocolMetadata in software.amazon.awssdk.core.client.handler
Methods in software.amazon.awssdk.core.client.handler that return SdkProtocolMetadataMethods in software.amazon.awssdk.core.client.handler with parameters of type SdkProtocolMetadataModifier and TypeMethodDescriptionClientExecutionParams.withProtocolMetadata(SdkProtocolMetadata protocolMetadata) Sets the protocol metadata of the API. -
Uses of SdkProtocolMetadata in software.amazon.awssdk.core.interceptor
Fields in software.amazon.awssdk.core.interceptor with type parameters of type SdkProtocolMetadataModifier and TypeFieldDescriptionstatic final ExecutionAttribute<SdkProtocolMetadata>SdkInternalExecutionAttribute.PROTOCOL_METADATAThe key under which the protocol metadata is stored.