Uses of Class
software.amazon.awssdk.services.guardduty.model.CreateProtectedResource
-
Packages that use CreateProtectedResource Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of CreateProtectedResource in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CreateProtectedResource Modifier and Type Method Description CreateProtectedResourceCreateMalwareProtectionPlanRequest. protectedResource()Information about the protected resource that is associated with the created Malware Protection plan.CreateProtectedResourceGetMalwareProtectionPlanResponse. protectedResource()Information about the protected resource that is associated with the created Malware Protection plan.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type CreateProtectedResource Modifier and Type Method Description CreateMalwareProtectionPlanRequest.BuilderCreateMalwareProtectionPlanRequest.Builder. protectedResource(CreateProtectedResource protectedResource)Information about the protected resource that is associated with the created Malware Protection plan.GetMalwareProtectionPlanResponse.BuilderGetMalwareProtectionPlanResponse.Builder. protectedResource(CreateProtectedResource protectedResource)Information about the protected resource that is associated with the created Malware Protection plan.
-