Class Resource
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Resource.Builder,Resource>
Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AccessKeyDetailsThe IAM access key details (user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.static Resource.Builderbuilder()final ContainerReturns the value of the ContainerDetails property for this object.final EbsVolumeDetailsContains list of scanned and skipped EBS volumes with details.final EcsClusterDetailsContains information about the details of the ECS Cluster.final EksClusterDetailsDetails about the EKS cluster involved in a Kubernetes finding.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the S3BucketDetails property.final InstanceDetailsThe information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.final KubernetesDetailsDetails about the Kubernetes user and workload involved in a Kubernetes finding.final LambdaDetailsContains information about the Lambda function that was involved in a finding.final RdsDbInstanceDetailsContains information about the database instance to which an anomalous login attempt was made.final RdsDbUserDetailsContains information about the user details through which anomalous login attempt was made.final StringThe type of Amazon Web Services resource.final List<S3BucketDetail> Contains information on the S3 bucket.static Class<? extends Resource.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accessKeyDetails
The IAM access key details (user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
- Returns:
- The IAM access key details (user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.
-
hasS3BucketDetails
public final boolean hasS3BucketDetails()For responses, this returns true if the service returned a value for the S3BucketDetails property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
s3BucketDetails
Contains information on the S3 bucket.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasS3BucketDetails()method.- Returns:
- Contains information on the S3 bucket.
-
instanceDetails
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
- Returns:
- The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
-
eksClusterDetails
Details about the EKS cluster involved in a Kubernetes finding.
- Returns:
- Details about the EKS cluster involved in a Kubernetes finding.
-
kubernetesDetails
Details about the Kubernetes user and workload involved in a Kubernetes finding.
- Returns:
- Details about the Kubernetes user and workload involved in a Kubernetes finding.
-
resourceType
The type of Amazon Web Services resource.
- Returns:
- The type of Amazon Web Services resource.
-
ebsVolumeDetails
Contains list of scanned and skipped EBS volumes with details.
- Returns:
- Contains list of scanned and skipped EBS volumes with details.
-
ecsClusterDetails
Contains information about the details of the ECS Cluster.
- Returns:
- Contains information about the details of the ECS Cluster.
-
containerDetails
Returns the value of the ContainerDetails property for this object.- Returns:
- The value of the ContainerDetails property for this object.
-
rdsDbInstanceDetails
Contains information about the database instance to which an anomalous login attempt was made.
- Returns:
- Contains information about the database instance to which an anomalous login attempt was made.
-
rdsDbUserDetails
Contains information about the user details through which anomalous login attempt was made.
- Returns:
- Contains information about the user details through which anomalous login attempt was made.
-
lambdaDetails
Contains information about the Lambda function that was involved in a finding.
- Returns:
- Contains information about the Lambda function that was involved in a finding.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Resource.Builder,Resource> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-