Uses of Class
software.amazon.awssdk.services.securityhub.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Target in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Target Modifier and Type Method Description static TargetTarget. fromAccountId(String accountId)Create an instance of this class withaccountId()initialized to the given value.static TargetTarget. fromOrganizationalUnitId(String organizationalUnitId)Create an instance of this class withorganizationalUnitId()initialized to the given value.static TargetTarget. fromRootId(String rootId)Create an instance of this class withrootId()initialized to the given value.TargetConfigurationPolicyAssociation. target()The target account, organizational unit, or the root.TargetGetConfigurationPolicyAssociationRequest. target()The target account ID, organizational unit ID, or the root ID to retrieve the association for.TargetStartConfigurationPolicyAssociationRequest. target()The identifier of the target account, organizational unit, or the root to associate with the specified configuration.TargetStartConfigurationPolicyDisassociationRequest. target()The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Target Modifier and Type Method Description ConfigurationPolicyAssociation.BuilderConfigurationPolicyAssociation.Builder. target(Target target)The target account, organizational unit, or the root.GetConfigurationPolicyAssociationRequest.BuilderGetConfigurationPolicyAssociationRequest.Builder. target(Target target)The target account ID, organizational unit ID, or the root ID to retrieve the association for.StartConfigurationPolicyAssociationRequest.BuilderStartConfigurationPolicyAssociationRequest.Builder. target(Target target)The identifier of the target account, organizational unit, or the root to associate with the specified configuration.StartConfigurationPolicyDisassociationRequest.BuilderStartConfigurationPolicyDisassociationRequest.Builder. target(Target target)The identifier of the target account, organizational unit, or the root to disassociate from the specified configuration.
-