| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
KubernetesApiCallAction |
KubernetesApiCallAction.clone() |
KubernetesApiCallAction |
Action.getKubernetesApiCallAction()
Information about the Kubernetes API call action described in this finding.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withNamespace(String namespace)
The name of the namespace where the Kubernetes API call action takes place.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withParameters(String parameters)
Parameters related to the Kubernetes API call action.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
KubernetesApiCallAction |
KubernetesApiCallAction.withRequestUri(String requestUri)
The Kubernetes API request URI.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withResource(String resource)
The resource component in the Kubernetes API call action.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withResourceName(String resourceName)
The name of the resource in the Kubernetes API call action.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withSourceIps(Collection<String> sourceIps)
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API
endpoint.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withSourceIps(String... sourceIps)
The IP of the Kubernetes API caller and the IPs of any proxies or load balancers between the caller and the API
endpoint.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withStatusCode(Integer statusCode)
The resulting HTTP response code of the Kubernetes API call action.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withSubresource(String subresource)
The name of the sub-resource in the Kubernetes API call action.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withUserAgent(String userAgent)
The user agent of the caller of the Kubernetes API.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withVerb(String verb)
The Kubernetes API request HTTP verb.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setKubernetesApiCallAction(KubernetesApiCallAction kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
|
Action |
Action.withKubernetesApiCallAction(KubernetesApiCallAction kubernetesApiCallAction)
Information about the Kubernetes API call action described in this finding.
|
Copyright © 2025. All rights reserved.