Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.GetViewResponse.Builder
-
Packages that use GetViewResponse.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of GetViewResponse.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return GetViewResponse.Builder Modifier and Type Method Description static GetViewResponse.BuilderGetViewResponse. builder()GetViewResponse.BuilderGetViewResponse.Builder. tags(Map<String,String> tags)Tag key and value pairs that are attached to the view.GetViewResponse.BuilderGetViewResponse. toBuilder()default GetViewResponse.BuilderGetViewResponse.Builder. view(Consumer<View.Builder> view)A structure that contains the details for the requested view.GetViewResponse.BuilderGetViewResponse.Builder. view(View view)A structure that contains the details for the requested view.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type GetViewResponse.Builder Modifier and Type Method Description static Class<? extends GetViewResponse.Builder>GetViewResponse. serializableBuilderClass()
-