Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEncryptionNonCompliantResource
-
Packages that use VpcEncryptionNonCompliantResource Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcEncryptionNonCompliantResource in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEncryptionNonCompliantResource Modifier and Type Method Description List<VpcEncryptionNonCompliantResource>GetVpcResourcesBlockingEncryptionEnforcementResponse. nonCompliantResources()Information about resources that are blocking encryption enforcement.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionNonCompliantResource Modifier and Type Method Description GetVpcResourcesBlockingEncryptionEnforcementResponse.BuilderGetVpcResourcesBlockingEncryptionEnforcementResponse.Builder. nonCompliantResources(VpcEncryptionNonCompliantResource... nonCompliantResources)Information about resources that are blocking encryption enforcement.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEncryptionNonCompliantResource Modifier and Type Method Description GetVpcResourcesBlockingEncryptionEnforcementResponse.BuilderGetVpcResourcesBlockingEncryptionEnforcementResponse.Builder. nonCompliantResources(Collection<VpcEncryptionNonCompliantResource> nonCompliantResources)Information about resources that are blocking encryption enforcement.
-