Uses of Class
software.amazon.awssdk.services.mediaconnect.model.MessageDetail
-
Packages that use MessageDetail Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of MessageDetail in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type MessageDetail Modifier and Type Method Description List<MessageDetail>Bridge. bridgeMessages()Returns the value of the BridgeMessages property for this object.List<MessageDetail>Gateway. gatewayMessages()Returns the value of the GatewayMessages property for this object.List<MessageDetail>GatewayInstance. instanceMessages()Returns the value of the InstanceMessages property for this object.List<MessageDetail>DescribeFlowSourceMetadataResponse. messages()Provides a status code and message regarding issues found with the flow source metadata.List<MessageDetail>ThumbnailDetails. thumbnailMessages()Status code and messages about the flow source thumbnail.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type MessageDetail Modifier and Type Method Description Bridge.BuilderBridge.Builder. bridgeMessages(MessageDetail... bridgeMessages)Sets the value of the BridgeMessages property for this object.Gateway.BuilderGateway.Builder. gatewayMessages(MessageDetail... gatewayMessages)Sets the value of the GatewayMessages property for this object.GatewayInstance.BuilderGatewayInstance.Builder. instanceMessages(MessageDetail... instanceMessages)Sets the value of the InstanceMessages property for this object.DescribeFlowSourceMetadataResponse.BuilderDescribeFlowSourceMetadataResponse.Builder. messages(MessageDetail... messages)Provides a status code and message regarding issues found with the flow source metadata.ThumbnailDetails.BuilderThumbnailDetails.Builder. thumbnailMessages(MessageDetail... thumbnailMessages)Status code and messages about the flow source thumbnail.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type MessageDetail Modifier and Type Method Description Bridge.BuilderBridge.Builder. bridgeMessages(Collection<MessageDetail> bridgeMessages)Sets the value of the BridgeMessages property for this object.Gateway.BuilderGateway.Builder. gatewayMessages(Collection<MessageDetail> gatewayMessages)Sets the value of the GatewayMessages property for this object.GatewayInstance.BuilderGatewayInstance.Builder. instanceMessages(Collection<MessageDetail> instanceMessages)Sets the value of the InstanceMessages property for this object.DescribeFlowSourceMetadataResponse.BuilderDescribeFlowSourceMetadataResponse.Builder. messages(Collection<MessageDetail> messages)Provides a status code and message regarding issues found with the flow source metadata.ThumbnailDetails.BuilderThumbnailDetails.Builder. thumbnailMessages(Collection<MessageDetail> thumbnailMessages)Status code and messages about the flow source thumbnail.
-