Uses of Class
software.amazon.awssdk.services.inspector2.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of Permission in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>ListAccountPermissionsResponse. permissions()Contains details on the permissions an account has to configure Amazon Inspector.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Permission Modifier and Type Method Description ListAccountPermissionsResponse.BuilderListAccountPermissionsResponse.Builder. permissions(Permission... permissions)Contains details on the permissions an account has to configure Amazon Inspector.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Permission Modifier and Type Method Description ListAccountPermissionsResponse.BuilderListAccountPermissionsResponse.Builder. permissions(Collection<Permission> permissions)Contains details on the permissions an account has to configure Amazon Inspector. -
Uses of Permission in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type Permission Modifier and Type Method Description SdkIterable<Permission>ListAccountPermissionsIterable. permissions()Returns an iterable to iterate through the paginatedListAccountPermissionsResponse.permissions()member.SdkPublisher<Permission>ListAccountPermissionsPublisher. permissions()Returns a publisher that can be used to get a stream of data.
-