Uses of Interface
software.amazon.awssdk.services.quicksight.model.GetDashboardEmbedUrlResponse.Builder
-
Packages that use GetDashboardEmbedUrlResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GetDashboardEmbedUrlResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GetDashboardEmbedUrlResponse.Builder Modifier and Type Method Description static GetDashboardEmbedUrlResponse.BuilderGetDashboardEmbedUrlResponse. builder()GetDashboardEmbedUrlResponse.BuilderGetDashboardEmbedUrlResponse.Builder. embedUrl(String embedUrl)A single-use URL that you can put into your server-side webpage to embed your dashboard.GetDashboardEmbedUrlResponse.BuilderGetDashboardEmbedUrlResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.GetDashboardEmbedUrlResponse.BuilderGetDashboardEmbedUrlResponse.Builder. status(Integer status)The HTTP status of the request.GetDashboardEmbedUrlResponse.BuilderGetDashboardEmbedUrlResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GetDashboardEmbedUrlResponse.Builder Modifier and Type Method Description static Class<? extends GetDashboardEmbedUrlResponse.Builder>GetDashboardEmbedUrlResponse. serializableBuilderClass()
-