Uses of Interface
software.amazon.awssdk.services.grafana.model.UpdatePermissionsResponse.Builder
-
Packages that use UpdatePermissionsResponse.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of UpdatePermissionsResponse.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return UpdatePermissionsResponse.Builder Modifier and Type Method Description static UpdatePermissionsResponse.BuilderUpdatePermissionsResponse. builder()UpdatePermissionsResponse.BuilderUpdatePermissionsResponse.Builder. errors(Collection<UpdateError> errors)An array of structures that contain the errors from the operation, if any.UpdatePermissionsResponse.BuilderUpdatePermissionsResponse.Builder. errors(Consumer<UpdateError.Builder>... errors)An array of structures that contain the errors from the operation, if any.UpdatePermissionsResponse.BuilderUpdatePermissionsResponse.Builder. errors(UpdateError... errors)An array of structures that contain the errors from the operation, if any.UpdatePermissionsResponse.BuilderUpdatePermissionsResponse. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdatePermissionsResponse.Builder Modifier and Type Method Description static Class<? extends UpdatePermissionsResponse.Builder>UpdatePermissionsResponse. serializableBuilderClass()
-