Class Action
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.Action
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Action.Builder,Action>
@Generated("software.amazon.awssdk:codegen") public final class Action extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Action.Builder,Action>
Contains information about actions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionType()The GuardDuty finding activity type.AwsApiCallActionawsApiCallAction()Information about the AWS_API_CALL action described in this finding.static Action.Builderbuilder()DnsRequestActiondnsRequestAction()Information about the DNS_REQUEST action described in this finding.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()KubernetesApiCallActionkubernetesApiCallAction()Information about the Kubernetes API call action described in this finding.KubernetesPermissionCheckedDetailskubernetesPermissionCheckedDetails()Information whether the user has the permission to use a specific Kubernetes API.KubernetesRoleBindingDetailskubernetesRoleBindingDetails()Information about the role binding that grants the permission defined in a Kubernetes role.KubernetesRoleDetailskubernetesRoleDetails()Information about the Kubernetes role name and role type.NetworkConnectionActionnetworkConnectionAction()Information about the NETWORK_CONNECTION action described in this finding.PortProbeActionportProbeAction()Information about the PORT_PROBE action described in this finding.RdsLoginAttemptActionrdsLoginAttemptAction()Information aboutRDS_LOGIN_ATTEMPTaction described in this finding.List<SdkField<?>>sdkFields()static Class<? extends Action.Builder>serializableBuilderClass()Action.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
actionType
public final String actionType()
The GuardDuty finding activity type.
- Returns:
- The GuardDuty finding activity type.
-
awsApiCallAction
public final AwsApiCallAction awsApiCallAction()
Information about the AWS_API_CALL action described in this finding.
- Returns:
- Information about the AWS_API_CALL action described in this finding.
-
dnsRequestAction
public final DnsRequestAction dnsRequestAction()
Information about the DNS_REQUEST action described in this finding.
- Returns:
- Information about the DNS_REQUEST action described in this finding.
-
networkConnectionAction
public final NetworkConnectionAction networkConnectionAction()
Information about the NETWORK_CONNECTION action described in this finding.
- Returns:
- Information about the NETWORK_CONNECTION action described in this finding.
-
portProbeAction
public final PortProbeAction portProbeAction()
Information about the PORT_PROBE action described in this finding.
- Returns:
- Information about the PORT_PROBE action described in this finding.
-
kubernetesApiCallAction
public final KubernetesApiCallAction kubernetesApiCallAction()
Information about the Kubernetes API call action described in this finding.
- Returns:
- Information about the Kubernetes API call action described in this finding.
-
rdsLoginAttemptAction
public final RdsLoginAttemptAction rdsLoginAttemptAction()
Information about
RDS_LOGIN_ATTEMPTaction described in this finding.- Returns:
- Information about
RDS_LOGIN_ATTEMPTaction described in this finding.
-
kubernetesPermissionCheckedDetails
public final KubernetesPermissionCheckedDetails kubernetesPermissionCheckedDetails()
Information whether the user has the permission to use a specific Kubernetes API.
- Returns:
- Information whether the user has the permission to use a specific Kubernetes API.
-
kubernetesRoleBindingDetails
public final KubernetesRoleBindingDetails kubernetesRoleBindingDetails()
Information about the role binding that grants the permission defined in a Kubernetes role.
- Returns:
- Information about the role binding that grants the permission defined in a Kubernetes role.
-
kubernetesRoleDetails
public final KubernetesRoleDetails kubernetesRoleDetails()
Information about the Kubernetes role name and role type.
- Returns:
- Information about the Kubernetes role name and role type.
-
toBuilder
public Action.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Action.Builder,Action>
-
builder
public static Action.Builder builder()
-
serializableBuilderClass
public static Class<? extends Action.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-