Uses of Interface
software.amazon.awssdk.services.inspector2.model.Permission.Builder
-
Packages that use Permission.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Permission.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Permission.Builder Modifier and Type Method Description static Permission.BuilderPermission. builder()Permission.BuilderPermission.Builder. operation(String operation)The operations that can be performed with the given permissions.Permission.BuilderPermission.Builder. operation(Operation operation)The operations that can be performed with the given permissions.Permission.BuilderPermission.Builder. service(String service)The services that the permissions allow an account to perform the given operations for.Permission.BuilderPermission.Builder. service(Service service)The services that the permissions allow an account to perform the given operations for.Permission.BuilderPermission. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Permission.Builder Modifier and Type Method Description static Class<? extends Permission.Builder>Permission. serializableBuilderClass()
-