Uses of Class
software.amazon.awssdk.services.oam.model.LinkConfiguration
-
Packages that use LinkConfiguration Package Description software.amazon.awssdk.services.oam.model -
-
Uses of LinkConfiguration in software.amazon.awssdk.services.oam.model
Methods in software.amazon.awssdk.services.oam.model that return LinkConfiguration Modifier and Type Method Description LinkConfigurationCreateLinkRequest. linkConfiguration()Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.LinkConfigurationCreateLinkResponse. linkConfiguration()This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.LinkConfigurationGetLinkResponse. linkConfiguration()This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.LinkConfigurationUpdateLinkRequest. linkConfiguration()Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.LinkConfigurationUpdateLinkResponse. linkConfiguration()This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.Methods in software.amazon.awssdk.services.oam.model with parameters of type LinkConfiguration Modifier and Type Method Description CreateLinkRequest.BuilderCreateLinkRequest.Builder. linkConfiguration(LinkConfiguration linkConfiguration)Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.CreateLinkResponse.BuilderCreateLinkResponse.Builder. linkConfiguration(LinkConfiguration linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.GetLinkResponse.BuilderGetLinkResponse.Builder. linkConfiguration(LinkConfiguration linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. linkConfiguration(LinkConfiguration linkConfiguration)Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.UpdateLinkResponse.BuilderUpdateLinkResponse.Builder. linkConfiguration(LinkConfiguration linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.
-