Uses of Interface
software.amazon.awssdk.services.grafana.model.UpdatePermissionsRequest.Builder
-
Packages that use UpdatePermissionsRequest.Builder Package Description software.amazon.awssdk.services.grafana Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query, correlate, and visualize operational metrics, logs, and traces from multiple sources.software.amazon.awssdk.services.grafana.model -
-
Uses of UpdatePermissionsRequest.Builder in software.amazon.awssdk.services.grafana
Method parameters in software.amazon.awssdk.services.grafana with type arguments of type UpdatePermissionsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePermissionsResponse>GrafanaAsyncClient. updatePermissions(Consumer<UpdatePermissionsRequest.Builder> updatePermissionsRequest)Updates which users in a workspace have the GrafanaAdminorEditorroles.default UpdatePermissionsResponseGrafanaClient. updatePermissions(Consumer<UpdatePermissionsRequest.Builder> updatePermissionsRequest)Updates which users in a workspace have the GrafanaAdminorEditorroles. -
Uses of UpdatePermissionsRequest.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return UpdatePermissionsRequest.Builder Modifier and Type Method Description static UpdatePermissionsRequest.BuilderUpdatePermissionsRequest. builder()UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePermissionsRequest.BuilderUpdatePermissionsRequest. toBuilder()UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. updateInstructionBatch(Collection<UpdateInstruction> updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. updateInstructionBatch(Consumer<UpdateInstruction.Builder>... updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. updateInstructionBatch(UpdateInstruction... updateInstructionBatch)An array of structures that contain the permission updates to make.UpdatePermissionsRequest.BuilderUpdatePermissionsRequest.Builder. workspaceId(String workspaceId)The ID of the workspace to update.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type UpdatePermissionsRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePermissionsRequest.Builder>UpdatePermissionsRequest. serializableBuilderClass()
-